looker-get-connections

A “looker-get-connections” tool returns all the connections in the source.

About

A looker-get-connections tool returns all the connections in the source.

It’s compatible with the following sources:

looker-get-connections accepts no parameters.

Example

tools:
    get_connections:
        kind: looker-get-connections
        source: looker-source
        description: |
          get_connections Tool

          This tool will list all the connections available in the Looker system, as
          well as the dialect name, the default schema, the database if applicable,
          and whether the connection supports multiple databases.

Reference

fieldtyperequireddescription
kindstringtrueMust be “looker-get-connections”.
sourcestringtrueName of the source Looker instance.
descriptionstringtrueDescription of the tool that is passed to the LLM.
Last modified November 7, 2025: chore(main): release 0.19.1 (#1901) (cd8d68d)