Skip to main content
Glama

Obsidian MCP

delete_note

Remove a note from the Obsidian vault by specifying its path, enabling direct management of notes through the MCP server for efficient knowledge base organization.

Instructions

Delete a note from the Obsidian vault

Input Schema

NameRequiredDescriptionDefault
pathYesPath to the note within the vault

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Path to the note within the vault", "type": "string" } }, "required": [ "path" ], "type": "object" }

Other Tools from Obsidian MCP

Related Tools

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/newtype-01/obsidian-mcp'

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