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: |
          This tool retrieves a list of all LookML projects available on the Looker instance.
          It is useful for identifying projects before performing actions like retrieving
          project files or making modifications.

          Parameters:
          This tool takes no parameters.

          Output:
          A JSON array of objects, each containing the `project_id` and `project_name`
          for a LookML project.

Reference

fieldtyperequireddescription
kindstringtrueMust be “looker-get-projects”.
sourcestringtrueName of the source Looker instance.
descriptionstringtrueDescription of the tool that is passed to the LLM.
Last modified December 19, 2025: chore(main): release 0.24.0 (#2162) (f520b4e)