solucortex_recall
Retrieve approved, active memories ranked by semantic similarity and importance before coding. Supplies decisions, conventions, risks, and architecture to build task 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, the session default applies, else the backend infers it from the API key. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||