synapse_query
Research questions against your knowledge base by reading indexes, identifying relevant pages, and returning content for answer synthesis. Save synthesized answers to outputs.
Instructions
Research a question against the knowledge base. Reads the index, identifies relevant pages, and returns their content so you can synthesize an answer. You MUST save the synthesized answer to the outputs folder using vault_write after responding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | The question to research | |
| save | No | Whether to save the answer to the outputs folder (default: true). Set false for quick lookups. |