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: |
          This tool retrieves a list of all database connections configured in the Looker system.

          Parameters:
          This tool takes no parameters.

          Output:
          A JSON array of objects, each representing a database connection and including details such as:
          - `name`: The connection's unique identifier.
          - `dialect`: The database dialect (e.g., "mysql", "postgresql", "bigquery").
          - `default_schema`: The default schema for the connection.
          - `database`: The associated database name (if applicable).
          - `supports_multiple_databases`: A boolean indicating if the connection can access 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 December 19, 2025: chore(main): release 0.24.0 (#2162) (f520b4e)