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.

It’s compatible with the following sources:

Example

kind: tools
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.