modify_agent
Update an existing agent's configuration by ID, including name, system prompt, description, and other settings. Use to modify agent behavior and properties within the Letta system.
Instructions
Update an existing agent by ID with provided data. Use get_agent_summary to see current config, list_llm_models/list_embedding_models for model options. For tools, use attach_tool instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | The ID of the agent to modify | |
| update_data | Yes | An object containing the fields to update (e.g., name, system, description, tool_ids, etc.) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | ||
| agent_id | Yes | ||
| updated_fields | No |