Skip to main content
Glama

list_agent_tools

Retrieve available tools for a specific agent in the Letta system to manage agent capabilities and tool assignments.

Instructions

List all tools available for a specific agent. Use attach_tool to add more tools or list_mcp_tools_by_server to discover available tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idYesID of the agent to list tools for

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolsYes
agent_idYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations are minimal (only a title), so the description carries the burden. It states the tool lists tools, implying a read-only operation, but does not disclose behavioral traits like pagination, rate limits, or authentication needs. It adds some context by mentioning related tools, but lacks detailed behavioral information.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences with zero waste: the first states the purpose, and the second provides usage guidelines. It is front-loaded with the core function and efficiently structured, earning its place without unnecessary elaboration.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's low complexity (one parameter, read-only implied), high schema coverage, and presence of an output schema, the description is mostly complete. It covers purpose and usage well, but could benefit from more behavioral context (e.g., response format hints) to fully compensate for minimal annotations.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, with the single parameter 'agent_id' fully documented in the schema. The description does not add any semantic details beyond what the schema provides (e.g., format examples or constraints), so it meets the baseline for high schema coverage without extra value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('List all tools') and resource ('for a specific agent'), distinguishing it from sibling tools like 'list_mcp_tools_by_server' (which lists tools by server) and 'attach_tool' (which adds tools). It precisely defines the tool's scope and function.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly provides usage guidance by naming when to use alternatives: 'Use attach_tool to add more tools or list_mcp_tools_by_server to discover available tools.' This clearly differentiates this tool from its siblings and provides actionable context for selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/oculairmedia/Letta-MCP-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server