Skip to main content
Glama
pvliesdonk

markdown-vault-mcp

by pvliesdonk

Append to Note

append

Add text to the end of an existing Markdown note without reading it first, designed for logs and journal entries. Avoids loading file content into context; index updates automatically.

Instructions

Append text to the end of an existing .md note without reading it.

The cheapest way to add content at the end of a note (log entries, journal additions, checklist items): unlike 'edit', no prior 'read' is needed, so the existing note content never enters the context. Prefer this over 'edit' whenever the change is purely additive at the end of the note.

A newline is inserted between the existing content and the appended text when the file does not already end with one, so the appended text starts on its own line. Include leading blank lines or heading markers in 'content' yourself if you want a separating paragraph or section. The search index is updated immediately; do not call 'reindex' afterward.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesRelative path to the document (e.g. "Journal/2026.md").
contentYesText to append (must be non-empty). Added at the end of the file, after frontmatter and all existing content.
if_matchNoOptional etag obtained from a previous 'read' call. When provided, the append only proceeds if the file has not been modified since that read (optimistic concurrency). Omit to append unconditionally.
create_if_missingNoWhen true, a missing note is created with 'content' as its body instead of failing. Default false — a typo in 'path' fails loudly rather than silently creating a new note.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Annotations only convey basic hints, so the description carries the burden and succeeds. It discloses the automatic newline insertion behavior, the immediate index update, the unconditional behavior when if_match is omitted, and the failing-loudly behavior for missing files by default.

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 front-loaded with the core purpose and the deciding factor (no read needed). Every sentence adds practical value—newline behavior, index updates, and avoid-reindex guidance—without redundancy or filler.

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?

Given the rich output schema and fully covered input schema, the description is complete. It answers the key operational questions an agent needs: when to use it, what happens to formatting, concurrency behavior, missing-file behavior, and post-call indexing.

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 coverage is 100%, so the baseline is 3. The description adds meaningful behavior beyond the schema: how newlines are handled, that leading blank lines/heading markers are the caller's responsibility, and that a typo in path fails loudly rather than creating a note. This elevates it above the baseline.

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 states a specific action (append text) on a specific resource (an existing .md note) with a precise location (end of the note). It also explicitly distinguishes itself from 'edit' by noting that no prior read is needed, making its purpose unmistakable.

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

Usage Guidelines5/5

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

The description gives clear when-to-use guidance: use for purely additive at-end changes, prefer over 'edit' because it avoids loading the note into context. It also explicitly says not to call 'reindex' afterward, and explains the tradeoff of create_if_missing behavior.

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/pvliesdonk/markdown-vault-mcp'

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