solucortex_recall
Retrieve active project memories—decisions, conventions, risks, and architecture—ranked by relevance to your current task. Use at task start to inform coding with prior context.
Instructions
Build living context for a task (POST /context/build).
Call this at the START of a task, before touching code: returns approved, active memories (decisions, conventions, risks, sensitive modules, architecture) ranked by semantic similarity + importance. Uses OpenAI embeddings (slower, 20 req/min).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Describe the current task/module in natural language, e.g. 'implement API key rotation in the secrets module'. Used to semantically retrieve the most relevant memories. | |
| project_id | No | Project UUID. If omitted, uses SOLUCORTEX_PROJECT_ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||