looker-get-projects

A “looker-get-projects” tool returns all the LookML projects in the source.

About

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

It’s compatible with the following sources:

looker-get-projects accepts no parameters.

Example

tools:
    get_projects:
        kind: looker-get-projects
        source: looker-source
        description: |
          get_projects Tool

          This tool returns the project_id and project_name for
          all the LookML projects on the looker instance.

Reference

fieldtyperequireddescription
kindstringtrueMust be “looker-get-projects”.
sourcestringtrueName of the source Looker instance.
descriptionstringtrueDescription of the tool that is passed to the LLM.