Letta MCP Server

list_agent_tools

List all tools available for a specific agent

Input Schema

NameRequiredDescriptionDefault
agent_idYesID of the agent to list tools for

Input Schema (JSON Schema)

{ "properties": { "agent_id": { "description": "ID of the agent to list tools for", "type": "string" } }, "required": [ "agent_id" ], "type": "object" }