Back to Genai Toolbox

looker-create-project-directory

docs/en/integrations/looker/tools/looker-create-project-directory.md

1.1.01.1 KB
Original Source

About

A looker-create-project-directory tool creates a new directory within a specified LookML project.

Compatible Sources

{{< compatible-sources >}}

Example

yaml
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.