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: |
          get_connection_databases Tool

          This tool will list the databases available from a connection if the connection
          supports multiple databases.

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 November 7, 2025: chore(main): release 0.19.1 (#1901) (cd8d68d)