solucortex_remember
Closing a task or making a technical decision? Record an approved, traced memory in SoluCortex to preserve project context and prevent future mistakes.
Instructions
Record a memory in SoluCortex (POST /memories).
Call when closing a task or making a relevant technical decision. As an authorized agent (Bearer api_key), the memory is stored with status 'approved' and traced. Never store real secrets: if you find one, record location/type/severity and action taken, with a redacted reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Memory type. The backend validates the value. Canonical vocabulary: architecture, decision, risk, convention, bug_history, tech_debt, sensitive_module, learning, external_integration. (Older backends may use technical_decision, historical_bug, current_state, task_closure.) On HTTP 422, retry with the alternate vocabulary. | |
| title | Yes | Short, clear title (~80 chars max). | |
| content | Yes | Full content: what to remember, why it matters, where it applies and what it prevents. NEVER include real secrets (tokens, passwords, .env, credentials). | |
| importance | No | Priority 1-10. Default 5. 6-7 high; 8-9 important decision/risk/convention; 10 critical. | |
| 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 | |||