Files
genai-toolbox/docs/en/resources/tools/looker/looker-get-connection-tables.md
Dr. Strangelove d7d1b03f3b feat(tools/looker): tools to retrieve the connections, schemas, databases, and column metadata from a looker system. (#1804)
## Description

Add new tools to get metadata from databases through Looker

* get_connections
* get_connection_schemas
* get_connection_databases
* get_connection_tables
* get_connection_table_columns
2025-10-31 18:42:02 +00:00

1.3 KiB

title, type, weight, description, aliases
title type weight description aliases
looker-get-connection-tables docs 1 A "looker-get-connection-tables" tool returns all the tables in a connection.
/resources/tools/looker-get-connection-tables

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

field type required description
kind string true Must be "looker-get-connection-tables".
source string true Name of the source Looker instance.
description string true Description of the tool that is passed to the LLM.