Skip to main content
Glama
ariedotme

obsidian-writer-mcp

by ariedotme

obsidian_append_note

Append Markdown content to an existing note in your Obsidian vault. Add new sections or updates to current notes without overwriting their content.

Instructions

Append Markdown content to an existing note in the configured default vault. Use when the user asks to add content to an existing note. Before using, prefer calling obsidian_list_notes to discover the correct slug. If needed, use obsidian_read_note to understand the note before adding content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes
contentYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the burden of explaining behavior. It discloses that the tool appends (not overwrites), requires an existing note, and uses the default vault, but it doesn't discuss failure modes, authentication, or return values. This is sufficient but not rich.

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 four sentences with no fluff. It front-loads the purpose, then gives usage guidance and helpful pre-steps. Slightly longer than strictly necessary but every clause adds value.

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 two-parameter append tool, the description provides purpose, usage context, and pre-requisite discovery steps. It omits explicit error/return behavior, but the output schema likely covers that, and the description is adequate for correct invocation.

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?

Despite 0% schema coverage, the description indirectly defines both parameters: 'content' is Markdown to append, and 'slug' is a note identifier that should be discovered via list_notes. It gives functional meaning beyond the bare parameter names.

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 tool appends Markdown to an existing note in the default vault, which is a specific verb and resource. It distinguishes from create_note by specifying 'existing note', though it doesn't explicitly contrast with the sibling create_or_append_note.

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 when to use ('when the user asks to add content to an existing note') and gives helpful pre-steps (list notes first, read note if needed). It doesn't mention alternatives or when not to use it, so it stops short of a 5.

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

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