Skip to main content
Glama
dkdottk

obsidian-bridge

by dkdottk

Append to Note

obsidian_append

Append markdown content to an existing note in your Obsidian vault, or create the note if it doesn't exist yet.

Instructions

Append markdown to the end of a note (creates the note if needed).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesVault-relative note path, e.g. Notes/idea.md
contentYesMarkdown content to append.
Behavior4/5

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

There are no annotations, so the description bears the burden of behavioral disclosure. It explicitly states the action (append to end) and the side effect (creates if needed), which covers the core behavior. It omits details like permissions or return values, but for a simple append these are less critical.

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 a single concise sentence with no filler, front-loading the action and including the key side effect in parentheses. Every word earns its place.

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?

For a simple two-parameter tool with no output schema, this description is complete: it states the action, the target, the side effect, and the content type. It provides sufficient context for an AI agent to select and invoke the tool correctly among many siblings.

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?

The schema description coverage is 100%, with both 'path' and 'content' already well-described. The description adds no additional parameter semantics beyond what the schema provides, so a baseline score of 3 is appropriate.

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+resource combination: 'Append markdown to the end of a note.' It clearly states the operation and target, and distinguishes from siblings like obsidian_create or obsidian_patch by specifying the append-to-end behavior and the create-if-needed fallback.

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 conveys when to use the tool by stating the append action and its create-if-needed fallback, giving clear context for appending to notes that may not exist. Though it doesn't explicitly name alternative tools, the usage intent is clear and sufficient.

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/dkdottk/obsidian-bridge'

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