Back to Genai Toolbox

looker-delete-project-directory

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

1.1.01.1 KB
Original Source

About

A looker-delete-project-directory tool deletes a directory from a specified LookML project.

Compatible Sources

{{< compatible-sources >}}

Example

yaml
kind: tool
name: looker-delete-project-directory
type: looker-delete-project-directory
source: looker-source
description: |
  This tool deletes a directory from a specific LookML project.
  It is useful for removing unnecessary or obsolete directories.

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

  Output:
  A string confirming the deletion of the directory.

Reference

fieldtyperequireddescription
typestringtrueMust be "looker-delete-project-directory".
sourcestringtrueName of the source Looker instance.
descriptionstringtrueDescription of the tool that is passed to the LLM.