looker-get-connection-tables

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

About

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

It’s compatible with the following sources:

looker-get-connection-tables accepts a conn parameter, a schema parameter, and an optional db parameter.

Example

tools:
    get_connection_tables:
        kind: looker-get-connection-tables
        source: looker-source
        description: |
          get_connection_tables Tool

          This tool will list the tables available from a connection, filtered by the 
          schema name and optional database name.

Reference

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