search_memories
Search stored memories using advanced text matching to retrieve relevant past decisions, preferences, or contextual information. Supports multi-field search across titles, content, and metadata with customizable relevance scoring.
Instructions
Intelligently search through your stored memories using advanced text matching algorithms to quickly find relevant information. Features multi-field search across titles, content, and metadata with customizable relevance scoring - perfect for retrieving past decisions, preferences, or contextual information when you need it most.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category | No | Filter results to memories in this specific category | |
limit | No | Maximum number of results to return (default: 10) | |
query | Yes | The search query text to find matching memories | |
threshold | No | Minimum relevance threshold 0-1 (default: 0.3) | |
workingDirectory | Yes | The full absolute path to the working directory where data is stored. MUST be an absolute path, never relative. Windows: "C:\Users\username\project" or "D:\projects\my-app". Unix/Linux/macOS: "/home/username/project" or "/Users/username/project". Do NOT use: ".", "..", "~", "./folder", "../folder" or any relative paths. Ensure the path exists and is accessible before calling this tool. NOTE: When server is started with --claude flag, this parameter is ignored and a global user directory is used instead. |