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

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.