Skip to main content
Glama

Engram Obsidian Memory Sync

Read Note

get_note
Read-onlyIdempotent

Retrieve the full content of a specific note. Use after searching to read a complete note.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vault_idNoTarget vault — its name (e.g. "Engram") or its UUID. REQUIRED when you own more than one vault — the server keeps no active-vault state between calls, so it must be passed on every vault-scoped call. Omit only if you have a single vault. Call list_vaults if a name does not resolve.
source_pathYesThe path of the note (e.g. "Health/Omega Oils.md")

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesVault-relative path
tagsYes
titleYes
folderYes
contentYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is fully covered. The description adds that it returns 'full content' and targets a 'specific note,' but offers no further behavioral context (e.g., auth, rate limits), which is acceptable given the strong annotations.

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?

Two short sentences with no filler, but there is slight redundancy: 'full content' and 'complete note' repeat the same idea, as do 'retrieve' and 'read.' It is still highly readable and front-loaded with the core purpose.

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?

For a simple read-only tool with complete schema, rich annotations, and an output schema, the description covers everything necessary. It adds the workflow hint 'Use after searching' and clarifies the full-content return, making it complete enough for correct invocation.

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?

Input schema coverage is 100%, with detailed descriptions for both vault_id and source_path. The description adds no parameter-specific meaning beyond reinforcing the singular note target, so it stays at the baseline for fully documented schemas.

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 states a clear action and resource: 'Retrieve the full content of a specific note.' It distinguishes from sibling get_notes/search_notes by emphasizing 'specific note' and 'full content,' though it does not explicitly name any alternative.

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?

'Use after searching to read a complete note' gives explicit workflow context, telling the agent when in the process this tool fits. It does not mention when not to use it or name alternatives, but the guidance is clear enough for a simple read operation.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.