get_context
Assemble token-efficient ranked context for a coding task from persistent memories. Query with your task at the start of implementation to inform the agent.
Instructions
Assemble token-efficient ranked context for a coding task from persistent memories (summaries by default). Read-only; does not write memories. Requires RATARY_API_KEY. Use at the start of implementation or when answering with organizational memory. Prefer search_memory when you need raw ranked hits to inspect individually. Prefer get_memory for a known UUID. Returns markdown/JSON context suitable for injecting into the agent prompt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Natural-language task or question used as the retrieval query (e.g. "fix Glama TDQS scores for mcp-server tools"). | |
| project | No | Optional project slug to scope retrieval (e.g. "ratary"). |