looker-list-agents Tool

“looker-list-agents” retrieves the list of Looker Conversation Analytics agents.

About

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

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

Compatible Sources

This tool can be used with the following database sources:

Source Name
Looker Source

Example

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

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.