looker-create-project-directory Tool

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 Source

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.