looker-delete-project-directory

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

Example

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.



Last modified March 26, 2026: chore(main): release 0.31.0 (#2814) (c6b811c)