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.

Compatible Sources

This tool can be used with the following database sources:

Source Name
Looker

Example

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.



Last modified March 26, 2026: chore(main): release 0.31.0 (#2814) (c6b811c)