query_memory_natural
Ask natural language questions about your memories—decisions, tasks, or file changes. The tool classifies intent and executes search to return relevant results.
Instructions
Query memories using natural language instead of structured tool syntax. Automatically classifies intent, extracts keywords, and executes the appropriate search strategy.
Examples:
"What did we decide about authentication?"
"What's still open on the billing project?"
"What files did we change last week?"
"Show me recent work on the API"
Returns the parsed intent, search results, and optionally an LLM-synthesized answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Optional project scope for the query. | |
| question | Yes | Natural language question about your memories. | |
| synthesize | No | If true, use local LLM to synthesize a natural language answer. Default: false. |