looker-delete-project-directory Tool

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

About

A looker-delete-project-directory tool deletes a directory from 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-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.