Metis — Get Agent Context
get_agent_contextLoad an agent's system prompt and contract by slug, or list all available agents if not found.
Instructions
Load an agent's system prompt and contract from the RC.
Reads system-prompt.md and contract.md from agents/{agent_slug}/.
If the agent is not found, lists all available agents.
Args:
agent_slug: Folder name of the agent (e.g. "archivist", "librarian").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_slug | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |