Skip to main content
Glama
bezata

kObsidian MCP

Read Marp Deck

marp.read
Read-onlyIdempotent

Retrieve a Marp presentation deck: return the entire deck, a list of slide summaries, or a single slide's source. Read-only access to slides in an Obsidian vault.

Instructions

Read some or all of a Marp presentation deck (a markdown file with marp: true frontmatter and --- slide separators). The part field selects what to return: deck returns the whole deck (frontmatter, all slides, directives); slides returns a list of slide summaries (separator and directive metadata, no body); slide returns one slide's full source, located by slideId or 0-based index. Output shape varies by part — see the description of each variant. Read-only. Use marp.update to mutate.

Operates on the session-active vault (see vault.current — selectable via vault.select) unless an explicit vaultPath argument is passed, which always wins.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint, destructiveHint, idempotentHint. The description adds context about vault behavior (session-active vs. explicit vaultPath) and output shape variation by `part`. It aligns with annotations and provides useful behavioral context beyond them.

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

Conciseness4/5

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

The description is about 100 words, structured with details on each `part` variant, and front-loaded with the main purpose. It is concise but includes necessary clarifications. The only issue is the parameter inconsistency, but for conciseness alone it is effective.

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

Completeness3/5

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

The description covers the main functionality, output shape variation, and vault context well. However, the critical gap of missing parameters in schema while describing them in text undermines completeness. An output schema exists, so return values are explained elsewhere, but the parameter confusion makes it incomplete for actual invocation.

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

Parameters1/5

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

The input schema has 0 parameters, yet the description mentions `part`, `slideId`, `index`, and `vaultPath` as if they are arguments. This is a direct contradiction between description and schema, making it misleading for an agent. The description adds no valid meaning because the parameters don't exist in the schema.

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 clearly states the tool reads a Marp presentation deck, defines what that is (markdown with frontmatter and separators), and distinguishes from the sibling `marp.update` for mutations. The verb 'read' and resource 'Marp deck' are unambiguous.

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 explicitly says 'Read-only. Use marp.update to mutate,' providing guidance on when to use this vs. the sibling. It also explains the effect of the `part` field and the vault path fallback. However, it doesn't contrast with other read tools like `notes.read` for regular markdown, but that's implicit.

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/bezata/kObsidian'

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