mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-08 23:18:04 -05:00
1.3 KiB
1.3 KiB
title, type, weight, description, aliases
| title | type | weight | description | aliases | |
|---|---|---|---|---|---|
| looker-get-connection-schemas | docs | 1 | A "looker-get-connection-schemas" tool returns all the schemas in a connection. |
|
About
A looker-get-connection-schemas tool returns all the schemas in a connection.
It's compatible with the following sources:
looker-get-connection-schemas accepts a conn parameter and an optional db parameter.
Example
tools:
get_connection_schemas:
kind: looker-get-connection-schemas
source: looker-source
description: |
get_connection_schemas Tool
This tool will list the schemas available from a connection, filtered by
an optional database name.
Reference
| field | type | required | description |
|---|---|---|---|
| kind | string | true | Must be "looker-get-connection-schemas". |
| source | string | true | Name of the source Looker instance. |
| description | string | true | Description of the tool that is passed to the LLM. |