ask_wiki
Ask a natural-language question about your wiki and get a cited answer based on related pages and their links.
Instructions
Ask a natural-language question against the user's wiki. Performs graph-aware retrieval (search → top hits + their 1-hop wikilinks) and returns a cited answer using the configured LLM. Best tool for "what do I know about X?" questions. The answer text contains [N] citation markers — match each N to the corresponding entry in the citations array and render as a clickable link to mindbase_uri.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | The natural-language question | |
| max_pages | No | Cap on total pages read (default 8, max 20) | |
| context_pages | No | Optional: explicit page slugs to include as context |