get_agent_context
Load an agent's system prompt and contract from the resource catalog. If the agent slug is not found, lists all available agents.
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 |