solucortex_search
Search project memories semantically to answer specific questions during a task. Retrieve relevant technical decisions, conventions, and architecture with a simple query.
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, the session default applies, else the backend infers it from the API key. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||