memorix_search
Search project memory across IDE sessions to retrieve context from observations, enabling cross-session knowledge retrieval with filtering by type, scope, and status.
Instructions
Search project memory. Returns a compact index (~50-100 tokens/result). Use memorix_detail to fetch full content for specific IDs. Use memorix_timeline to see chronological context. Searches across all observations stored from any IDE session — enabling cross-session and cross-agent context retrieval.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query (natural language or keywords) | |
| limit | No | Max results (default: 20) | |
| type | No | Filter by observation type | |
| maxTokens | No | Token budget — trim results to fit (0 = unlimited) | |
| scope | No | Search scope: "project" (default) only searches current project, "global" searches all projects | project |
| since | No | Only return observations created after this date (ISO 8601 or natural like "2025-01-15") | |
| until | No | Only return observations created before this date (ISO 8601 or natural like "2025-02-01") | |
| status | No | Filter by memory status. "active" (default) shows current memories, "all" includes resolved/archived. | active |