Letta MCP Server

attach_tool

Attach a tool to an agent

Input Schema

NameRequiredDescriptionDefault
agent_idYesThe ID of the agent to attach the tool to
tool_idYesThe ID of the tool to attach

Input Schema (JSON Schema)

{ "properties": { "agent_id": { "description": "The ID of the agent to attach the tool to", "type": "string" }, "tool_id": { "description": "The ID of the tool to attach", "type": "string" } }, "required": [ "tool_id", "agent_id" ], "type": "object" }