Skip to main content
Glama

Advanced Obsidian MCP Server

by ToKiDoO

obsidian_delete_file

Remove a file or directory from an Obsidian vault. Specify the file path and confirm deletion to manage vault structure efficiently using the tool.

Instructions

Delete a file or directory from the vault.

Input Schema

NameRequiredDescriptionDefault
confirmYesConfirmation to delete the file (must be true)
filepathYesPath to the file or directory to delete (relative to vault root)

Input Schema (JSON Schema)

{ "properties": { "confirm": { "default": false, "description": "Confirmation to delete the file (must be true)", "type": "boolean" }, "filepath": { "description": "Path to the file or directory to delete (relative to vault root)", "format": "path", "type": "string" } }, "required": [ "filepath", "confirm" ], "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