Files
genai-toolbox/docs/en/resources/tools/looker/looker-get-projects.md
Yuan Teoh 735cb760ea docs: update long lines and tables (#1952)
Update long lines and tables formatting in markdown doc files.
2025-11-14 20:25:49 +00:00

1.2 KiB

title, type, weight, description, aliases
title type weight description aliases
looker-get-projects docs 1 A "looker-get-projects" tool returns all the LookML projects in the source.
/resources/tools/looker-get-projects

About

A looker-get-projects tool returns all the projects in the source.

It's compatible with the following sources:

looker-get-projects accepts no parameters.

Example

tools:
    get_projects:
        kind: looker-get-projects
        source: looker-source
        description: |
          get_projects Tool

          This tool returns the project_id and project_name for
          all the LookML projects on the looker instance.

Reference

field type required description
kind string true Must be "looker-get-projects".
source string true Name of the source Looker instance.
description string true Description of the tool that is passed to the LLM.