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

kind: tools
name: get_projects
type: 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
typestringtrueMust be “looker-get-projects”.
sourcestringtrueName of the source Looker instance.
descriptionstringtrueDescription of the tool that is passed to the LLM.