Skip to main content
Glama

Advanced Obsidian MCP Server

by ToKiDoO

obsidian_append_to_file

Append text to files within an Obsidian vault using a specified file path and content. Ideal for automating updates, managing notes, and integrating with advanced Obsidian workflows.

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" }

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/ToKiDoO/mcp-obsidian-advanced'

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