Letta MCP Server

list_agents

List all available agents in the Letta system

Input Schema

NameRequiredDescriptionDefault
filterNoOptional filter to search for specific agents

Input Schema (JSON Schema)

{ "properties": { "filter": { "description": "Optional filter to search for specific agents", "type": "string" } }, "required": [], "type": "object" }