Back to Genai Toolbox

looker-list-agents Tool

docs/en/integrations/looker/tools/looker-list-agents.md

1.1.0953 B
Original Source

About

The looker-list-agents tool allows LLMs to list Looker Agents using the Looker Go SDK.

json
{
  "name": "looker-list-agents"
}

Compatible Sources

{{< compatible-sources >}}

Example

To use the looker-list-agents tool, you must define it in your server.yaml file.

yaml
kind: tool
name: list_agents
type: looker-list-agents
source: my-looker-instance
description: |
  List all Looker agents.
  This tool takes no parameters.

Reference

fieldtyperequireddescription
typestringtrueMust be "looker-list-agents".
sourcestringtrueName of the Looker source.
descriptionstringtrueDescription of the tool that is passed to the LLM.