Skip to main content
Glama

Obsidian MCP Server

by getglad

delete_note

Remove notes from your Obsidian vault by moving them to trash or deleting permanently to manage your knowledge base and maintain organized content.

Instructions

Delete a note (moves to .trash by default)

Input Schema

NameRequiredDescriptionDefault
pathYes
permanentNo

Input Schema (JSON Schema)

{ "properties": { "path": { "title": "Path", "type": "string" }, "permanent": { "default": false, "title": "Permanent", "type": "boolean" } }, "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/getglad/obsidian_mcp'

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