looker-get-connection-table-columns

A “looker-get-connection-table-columns” tool returns all the columns for each table specified.

About

A looker-get-connection-table-columns tool returns all the columnes for each table specified.

It’s compatible with the following sources:

looker-get-connection-table-columns accepts a conn parameter, a schema parameter, a tables parameter with a comma separated list of tables, and an optional db parameter.

Example

tools:
    get_connection_table_columns:
        kind: looker-get-connection-table-columns
        source: looker-source
        description: |
          get_connection_table_columns Tool

          This tool will list the columns available from a connection, for all the tables
          given in a comma separated list of table names, filtered by the 
          schema name and optional database name.

Reference

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