Back to Genai Toolbox

looker-get-project-directories

docs/en/integrations/looker/tools/looker-get-project-directories.md

1.1.01.1 KB
Original Source

About

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

Compatible Sources

{{< compatible-sources >}}

Example

yaml
kind: tool
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.