About

The looker-update-agent tool allows LLMs to update an existing Looker Agent using the Looker Go SDK.

Requirements

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

tools:
  - kind: tool
    name: looker-update-agent
    type: looker-update-agent
    source: my-looker-instance
    description: "Update a Looker agent."

Parameters

Example

{
  "name": "looker-update-agent",
  "parameters": {
    "agent_id": "123",
    "name": "Updated Agent Name"
  }
}