looker-create-project-directory

A “looker-create-project-directory” tool creates a new directory in a LookML project.

About

A looker-create-project-directory tool creates a new directory 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-create-project-directory
type: looker-create-project-directory
source: looker-source
description: |
  This tool creates a new directory within a specific LookML project.
  It is useful for organizing project files.

  Parameters:
  - project_id (string): The ID of the LookML project.
  - directory_path (string): The path of the directory to create.

  Output:
  A string confirming the creation of the directory.

Reference

fieldtyperequireddescription
typestringtrueMust be “looker-create-project-directory”.
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)