Skip to main content
Glama

Advanced Obsidian MCP Server

by ToKiDoO

obsidian_put_file

Create or update files in your Obsidian vault using a specified file path and content. This tool facilitates direct interaction with your vault for efficient file management.

Instructions

Create a new file in your vault or update the content of an existing one in your vault.

Input Schema

NameRequiredDescriptionDefault
contentYesContent of the file you would like to upload
filepathYesPath to the relevant file (relative to your vault root)

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content of the file you would like to upload", "type": "string" }, "filepath": { "description": "Path to the relevant file (relative to your 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