retrieve_agent
Retrieve complete details for a specific agent by ID to access its full operational state and configuration within the Letta system.
Instructions
Get the full state of a specific agent by ID. Similar to get_agent_summary but returns complete details. Use list_agents to find agent IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | The ID of the agent to retrieve |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| model | No | ||
| tools | No | ||
| memory | No | ||
| created_at | No | ||
| description | No | ||
| embedding_model | No |