Skip to main content
Glama
rex

mcp-apple-obsidian

by rex

obsidian_write_note

Create or overwrite notes in Obsidian vaults with markdown content. Option to append instead of overwrite.

Instructions

Create a new note or overwrite an existing one.

Args:
    vault: Name or path of the vault
    path: Path where the note should be created (e.g., "Folder/Note Name")
    content: The markdown content to write
    append: If true, append to existing content instead of overwriting
    
Returns:
    Success message or error

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vaultYes
pathYes
contentYes
appendNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description must carry behavioral transparency. It discloses overwriting and appending behavior, but lacks details on destructive nature (irreversibility), error scenarios, and return format ('Success message or error' is vague).

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 structured with 'Args:' and 'Returns:', is relatively short, and avoids redundancy. It could be slightly more concise by removing the 'Args' label or integrating into prose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers all parameters and mentions return type, but lacks error handling details and edge cases (e.g., invalid vault, note existence). With an output schema present, return info is less critical, but overall completeness is average.

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?

Schema coverage is 0%, so the description's explanations of vault, path, content, and append add crucial meaning beyond the schema. However, it omits specifics like vault path format or path restrictions.

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 action ('Create a new note or overwrite an existing one') and identifies the resource (notes). It distinguishes from sibling tools like obsidian_append_note, but does not explicitly differentiate from obsidian_create_note or note creation in the app.

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

Usage Guidelines2/5

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

The description provides no explicit guidance on when to use this tool versus alternatives like obsidian_create_note or obsidian_append_note. Usage context is only implicit through the parameter descriptions.

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/rex/mcp-apple-obsidian'

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