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: |
          This tool retrieves a list of available LookML models in the Looker instance.
          LookML models define the data structure and relationships that users can query.
          The output includes details like the model's `name` and `label`, which are
          essential for subsequent calls to tools like `get_explores` or `query`.

          This tool takes no parameters.

Reference

fieldtyperequireddescription
kindstringtrueMust be “looker-get-models”.
sourcestringtrueName of the source the SQL should execute on.
descriptionstringtrueDescription of the tool that is passed to the LLM.