obsidian_help
Get Obsidian CLI help: browse live verb index, view verb flags and descriptions, or read reference docs for markdown, bases, canvas, and CLI syntax.
Instructions
Get Obsidian help: a live verb index from the CLI, or reference docs by slug.
Parameters: topic (optional) — a verb name (e.g. "read", "daily:append", "property:set") OR a reference-doc slug (cli, markdown, bases, canvas)
Behavior:
No topic — returns the live, category-grouped verb index parsed from the CLI's
helpoutput (Read, Write, Edit, Discover, Tasks, Daily, Properties, Plugins, Dev, Eval).Verb name — returns that verb's description and flag list from the live manifest.
Doc slug — returns the Kepano-derived reference prompt (markdown / bases / canvas / cli syntax).
Collision rule: the four reserved doc slugs (cli, markdown, bases, canvas) always return their reference doc, even when a CLI verb shares the name (e.g.
bases). The shadowed verb still appears in the no-arg verb index.
Examples:
obsidian_help({}) — browse the verb catalog
obsidian_help({ topic: "read" }) — live verb help for read
obsidian_help({ topic: "markdown" }) — Obsidian-flavored markdown reference
obsidian_help({ topic: "bases" }) — Bases YAML schema, filters, formulas
obsidian_help({ topic: "canvas" }) — JSON Canvas reference
obsidian_help({ topic: "cli" }) — CLI command syntax reference
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | No | Verb name or reference-doc slug (cli, markdown, bases, canvas) |