looker-get-project-files

A “looker-get-project-files” tool returns all the LookML fles in a project in the source.

About

A looker-get-project-files tool returns all the lookml files in a project in the source.

looker-get-project-files accepts a project_id parameter.

Compatible Sources

This tool can be used with the following database sources:

Source Name
Looker Source

Example

kind: tool
name: get_project_files
type: looker-get-project-files
source: looker-source
description: |
  This tool retrieves a list of all LookML files within a specified project,
  providing details about each file.

  Parameters:
  - project_id (required): The unique ID of the LookML project, obtained from `get_projects`.

  Output:
  A JSON array of objects, each representing a LookML file and containing
  details such as `path`, `id`, `type`, and `git_status`.

Reference

fieldtyperequireddescription
typestringtrueMust be “looker-get-project-files”.
sourcestringtrueName of the source Looker instance.
descriptionstringtrueDescription of the tool that is passed to the LLM.



Last modified April 13, 2026: chore(main): release 1.1.0 (#3024) (da6f5f8)