Context Card
show_contextOpen a visual context panel showing a note's backlinks, outlinks, tags, and frontmatter. Use this to explore note relationships interactively.
Instructions
Open a visual context card UI for the user — not for reading note relationships.
Displays an interactive context panel (MCP Apps) to the user showing a
note's backlinks, outlinks, similar notes, tags, and frontmatter visually.
Do NOT call this to retrieve note relationship data programmatically — use
get_context instead, which returns the full structured data.
Only call this when the user explicitly asks to open the visual context card or explorer (e.g. "show me the context card for this note").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative note path (e.g. ``"Journal/2024-01-15.md"``). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||