Skip to main content
Glama
achyuta0001

obsidian-mcp

by achyuta0001

Append to note

append_note

Append markdown to the end of a note, creating it if absent, for updating running logs without rewriting the whole note.

Instructions

Append markdown to the end of a note, creating it if absent. Use this for running logs instead of rewriting the whole note.

Input Schema

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

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It explicitly reveals the create-if-absent behavior and implies mutation through 'Append'. It could add details about permissions or side effects, but the key behavioral trait is communicated.

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?

Two sentences with no wasted words. The primary action is front-loaded, followed immediately by the most important behavioral nuance and a usage directive.

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 3-parameter tool with no output schema, the description covers purpose, behavior, and usage context. It does not explicitly mention return values or error cases, but the tool is simple enough that these are not critical gaps.

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 description coverage is 100%, so baseline is 3. The description adds meaning beyond the schema by clarifying that the note parameter results in creation if absent, and by framing content as suitable for running logs. This enriches parameter understanding.

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 uses a specific verb ('Append') and resource ('to the end of a note'), and clearly states the create-if-absent behavior. It also distinguishes itself from the alternative of rewriting the whole note, aligning with sibling tool write_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?

'Use this for running logs instead of rewriting the whole note' provides explicit context for when to use this tool and an exclusion against a rewrite approach. It does not name the exact sibling tool, but the intent is clear enough for an agent to route correctly.

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