looker-get-models
A “looker-get-models” tool returns all the models in the source.
About
A looker-get-models tool returns all the models in the source.
It’s compatible with the following sources:
looker-get-models accepts no parameters.
Example
tools:
get_models:
kind: looker-get-models
source: looker-source
description: |
The get_models tool retrieves the list of LookML models in the Looker system.
It takes no parameters.
Reference
| field | type | required | description |
|---|---|---|---|
| kind | string | true | Must be “looker-get-models”. |
| source | string | true | Name of the source the SQL should execute on. |
| description | string | true | Description of the tool that is passed to the LLM. |