looker-get-project-directories

A “looker-get-project-directories” tool returns the directories within a specific LookML project.

About

A looker-get-project-directories tool retrieves the directories within a specified LookML project.

It’s compatible with the following sources:

Example

kind: tools
name: looker-get-project-directories
type: looker-get-project-directories
source: looker-source
description: |
  This tool retrieves a list of directories within a specific LookML project.
  It is useful for exploring the project structure.

  Parameters:
  - project_id (string): The ID of the LookML project.

  Output:
  A JSON array of strings, representing the directories within the project.

Reference

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