agent_get
Fetch an agent's full configuration, including its model, system prompt, tools, and attached resources, to determine the required environment and stores for a session.
Instructions
Get one agent's full configuration by agent_* id.
Read this BEFORE starting a session: the agent's description, metadata, model,
system prompt, tools, mcp_servers, and skills tell you what it does — and
therefore which environment, vault(s), and memory store(s) you must attach at
session_start for it to work. Then match those against environment_list /
vault_list / memory_store_list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||