Back to Genai Toolbox

looker-get-agent Tool

docs/en/integrations/looker/tools/looker-get-agent.md

1.1.01022 B
Original Source

About

The looker-get-agent tool allows LLMs to retrieve a specific Looker Agent by ID using the Looker Go SDK.

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

json
{
  "name": "looker-get-agent",
  "parameters": {
    "agent_id": "123"
  }
}

Compatible Sources

{{< compatible-sources >}}

Example

yaml
kind: tool
name: get_agent
type: looker-get-agent
source: my-looker-instance
description: |
  Retrieve a Looker agent.
  - `agent_id` (string): The ID of the agent.

Reference

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