Skip to main content
Glama
achyuta0001

obsidian-mcp

by achyuta0001

Read note

read_note

Retrieve the complete contents of any note from the Obsidian vault by specifying its name or subpath. Project can be provided or inferred from the working directory.

Instructions

Read a note's full contents from the project's vault folder.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteYesNote name or subpath.
projectNoProject name. Omit to infer it from the working directory.
Install Server

TDQS

A3.6/5.0
Behavior3/5

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

There are no annotations, so the description carries the burden of behavioral disclosure. It correctly indicates a read operation scoped to the vault, implying no modification, but it does not describe return format, error behavior for missing notes, or path resolution details.

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?

One clear, front-loaded sentence with no filler. It states the action, target, and scope succinctly, making it easy for an agent to parse quickly.

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

Completeness4/5

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

Given the low complexity and full schema coverage, the description is sufficiently complete for a simple read operation. The absence of an output schema is partially mitigated by 'full contents,' though explicit return/error details would be even stronger.

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 description coverage is 100%, so the parameters are already well documented. The description adds no parameter-specific information beyond 'full contents,' which is adequate but does not raise the score above the baseline.

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

Purpose4/5

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

The description clearly states the action 'Read' the resource 'a note's full contents' and scopes it to the project's vault folder. It is distinct enough from the sibling list/search tools, though it does not explicitly name them.

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?

The phrase 'full contents' implicitly conveys use when the full note body is needed rather than metadata or search results, but there is no explicit guidance on when to use this tool versus siblings like list_notes or search_notes.

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

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

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