Skip to main content
Glama

Advanced Obsidian MCP Server

by ToKiDoO

obsidian_delete_file

Remove files or directories from an Obsidian vault by specifying the filepath and confirming the deletion. Part of the Advanced Obsidian MCP Server for vault management tasks.

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