Skip to main content
Glama

Obsidian MCP Server

by natestrong

delete_note_tool

Remove a note from your Obsidian vault by specifying its path. Returns the deletion status for confirmation.

Instructions

Delete a note from the vault. Args: path: Path to the note to delete Returns: Deletion status

Input Schema

NameRequiredDescriptionDefault
ctxNo
pathYes

Input Schema (JSON Schema)

{ "properties": { "ctx": { "default": null, "title": "Ctx" }, "path": { "title": "Path", "type": "string" } }, "required": [ "path" ], "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/natestrong/obsidian-mcp'

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