Letta MCP Server

prompt_agent

Send a message to an agent and get a response

Input Schema

NameRequiredDescriptionDefault
agent_idYesID of the agent to prompt
messageYesMessage to send to the agent

Input Schema (JSON Schema)

{ "properties": { "agent_id": { "description": "ID of the agent to prompt", "type": "string" }, "message": { "description": "Message to send to the agent", "type": "string" } }, "required": [ "agent_id", "message" ], "type": "object" }