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.

It’s compatible with the following sources:

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

Example

tools:
    get_project_files:
        kind: looker-get-project-files
        source: looker-source
        description: |
          get_project_files Tool

          Given a project_id this tool returns the details about
          the LookML files that make up that project.

Reference

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