get_agent_summary
Retrieve a concise summary of an agent's configuration, including core memory snippets and attached tools/sources, to understand current settings before making modifications.
Instructions
Provides a concise summary of an agent's configuration, including core memory snippets and attached tool/source names. Use list_agents to find agent IDs. Follow up with modify_agent to change settings or attach_tool to add capabilities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | The ID of the agent to summarize. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| model | No | ||
| tools | No | ||
| agent_id | Yes | ||
| description | No | ||
| last_activity | No | ||
| memory_summary | No |