vault_ask
Ask natural-language questions to get source-cited answers from your vault. Provides synthesized responses or relevant sections based on configuration.
Instructions
Ask a natural-language question; get a source-cited synthesized answer (semantic retrieval / RAG) or relevant vault sections when no synthesis model is configured.
OPTIONAL — disabled by default. Requires the [semantic] extra plus an
embeddings backend (HIVE_EMBED_BASE_URL); until then it returns a
short how-to-enable message and never errors. Set HIVE_SYNTH_MODEL to
enable LLM synthesis on top of retrieval. For keyword / regex lookups
use vault_search instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | No | The natural-language question to answer. Use `question`, not `query` or `prompt`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |