Skip to main content
Glama
stonematt

mcp-obsidian-cli

by stonematt

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 help output (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

TableJSON Schema
NameRequiredDescriptionDefault
topicNoVerb name or reference-doc slug (cli, markdown, bases, canvas)
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden and does an excellent job. It discloses exact behaviors for each input case: no topic returns a group verb index, verb name returns description and flags, doc slug returns reference prompt, and a collision rule is documented. This goes far beyond a typical tool description and covers edge cases, making it highly transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured and appropriately sized. It front-loads the core purpose, then uses compact sections for Parameters and Behavior, and closes with practical examples. Every sentence contributes information; there is no redundancy or filler, making it both concise and easy to scan.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite having no output schema and only one optional parameter, the tool has multiple modes and a nontrivial collision rule. The description fully covers all behaviors, provides examples for each mode, and explains the edge case with reserved doc slugs. It is complete enough for an agent to select and invoke the tool correctly in any scenario.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% (the 'topic' property is described as 'Verb name or reference-doc slug'), so baseline is 3. The description adds significant extra meaning: it explains that topic can be either a verb or slug, lists the reserved doc slugs, and clarifies collision handling. This enriches the parameter semantics beyond the schema, justifying a 4.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb+resource: 'Get Obsidian help: a live verb index from the CLI, or reference docs by slug.' This clearly distinguishes the tool from sibling tools like obsidian_read or obsidian_command, as it is the meta/help tool. The two modes (verb index vs. reference docs) are explicitly named.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly implies when to use the tool (browse verbs, get help on a verb, or fetch a reference doc) but does not explicitly contrast it with alternatives. It states no-arg usage for browsing and gives examples, but lacks an explicit 'use this instead of X' statement. Context is clear, exclusions are absent—hence a 4 rather than a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/stonematt/mcp-obsidian-cli'

If you have feedback or need assistance with the MCP directory API, please join our Discord server