Skip to main content
Glama
rex

mcp-apple-obsidian

by rex

obsidian_read_note

Read the full content of any note in your Obsidian vault by specifying the vault and note path. Retrieves the note as markdown text.

Instructions

Read the contents of a specific note.

Args:
    vault: Name or path of the vault
    path: Path to the note within the vault (e.g., "Folder/Note Name")
    
Returns:
    The full content of the note as markdown text

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vaultYes
pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses that the operation is read-only and returns full content as markdown, but does not mention potential errors, note size limitations, or permissions required.

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 very concise with a clear structure: one-line purpose, followed by args in bullet style, then return value. No unnecessary words.

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?

For a simple read operation, the description fully explains what the tool does and what it returns. Given that an output schema exists, the return description is sufficient. No missing context.

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

Parameters3/5

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

Schema coverage is 0%, so description must compensate. It provides basic explanations: vault as 'Name or path of the vault' and path with an example format. This adds value beyond the schema but lacks detail on constraints like allowed characters or vault resolution.

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 verb 'Read' and the resource 'contents of a specific note', distinguishing it from siblings like obsidian_write_note or obsidian_search_notes.

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

Usage Guidelines3/5

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

No explicit guidance on when to use this tool vs siblings like obsidian_search_notes for searching or obsidian_get_note_metadata for metadata. Usage is implied but not contrasted.

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/rex/mcp-apple-obsidian'

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