solucortex_search
Search past project memories to answer specific questions during a task, retrieving relevant technical decisions, conventions, risks, and architecture.
Instructions
Ad-hoc semantic search of memories (POST /search/semantic).
Use for specific questions during a task (e.g. 'how is authentication implemented?'), distinct from recall which builds the full startup context. Uses OpenAI embeddings (20 req/min).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max memories to return. | |
| query | Yes | Question or topic to search across the project's memories. | |
| project_id | No | Project UUID. If omitted, uses SOLUCORTEX_PROJECT_ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||