Context Card
show_contextOpens an interactive visual context card for a note, displaying backlinks, outlinks, similar notes, tags, and frontmatter. Use when you want to see context at a glance.
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 | |||