looker-get-connection-databases

A “looker-get-connection-databases” tool returns all the databases in a connection.

About

A looker-get-connection-databases tool returns all the databases in a connection.

It’s compatible with the following sources:

looker-get-connection-databases accepts a conn parameter.

Example

tools:
    get_connection_databases:
        kind: looker-get-connection-databases
        source: looker-source
        description: |
          This tool retrieves a list of databases available through a specified Looker connection.
          This is only applicable for connections that support multiple databases.
          Use `get_connections` to check if a connection supports multiple databases.

          Parameters:
          - connection_name (required): The name of the database connection, obtained from `get_connections`.

          Output:
          A JSON array of strings, where each string is the name of an available database.
          If the connection does not support multiple databases, an empty list or an error will be returned.

Reference

fieldtyperequireddescription
kindstringtrueMust be “looker-get-connection-databases”.
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)