Files
genai-toolbox/docs/en/resources/tools/looker/looker-get-connections.md
Yuan Teoh 735cb760ea docs: update long lines and tables (#1952)
Update long lines and tables formatting in markdown doc files.
2025-11-14 20:25:49 +00:00

1.3 KiB

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

About

A looker-get-connections tool returns all the connections in the source.

It's compatible with the following sources:

looker-get-connections accepts no parameters.

Example

tools:
    get_connections:
        kind: looker-get-connections
        source: looker-source
        description: |
          get_connections Tool

          This tool will list all the connections available in the Looker system, as
          well as the dialect name, the default schema, the database if applicable,
          and whether the connection supports multiple databases.

Reference

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