Obsidian MCP Server

by cyanheads
Verified

obsidian_append_content

Add content to a specified file or create a new one in an Obsidian vault using the MCP server. Ideal for managing and organizing notes efficiently.

Instructions

Append content to a new or existing file in the vault.

Input Schema

NameRequiredDescriptionDefault
contentYesContent to append to the file
filepathYesPath to the file (relative to vault root)

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content to append to the file", "type": "string" }, "filepath": { "description": "Path to the file (relative to vault root)", "format": "path", "type": "string" } }, "required": [ "filepath", "content" ], "type": "object" }

Other Tools from Obsidian MCP Server

Related Tools

ID: syuh40cxyk