Browse Vault
browse_vaultOpen a visual vault explorer to browse the file tree, explore the link graph, or view note relationships.
Instructions
Open a visual vault explorer UI for the user — not for reading vault content.
Displays an interactive visual panel (MCP Apps) to the user so they can
browse the file tree, explore the link graph, or view a note's relationships.
Do NOT call this to retrieve or inspect vault content programmatically — use
search to find notes, read for note content, list_documents to
enumerate files, and get_context for a note's relationships instead.
Only call this when the user explicitly asks to open the visual vault browser or explorer (e.g. "show me the vault browser", "open the graph view").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional note path to focus on (e.g. ``"Journal/2024-01-15.md"``). | |
| view | No | Which view to open: ``"context"`` (note relationships), ``"graph"`` (link visualization), ``"browse"`` (file tree), or ``"note"`` (full note preview). Defaults to ``"context"`` if a path is given, ``"browse"`` otherwise. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||