get_agent_context
Retrieve an agent's system prompt and contract by providing its slug. Lists all available agents if the slug is 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 |