Skip to main content
Glama

Obsidian Local REST API MCP Server

by j-shelfwood
MIT License

delete_note

Remove a specific note from your Obsidian vault by specifying its file path, enabling clean and organized note management through the local REST API.

Instructions

Delete a note from the vault

Input Schema

NameRequiredDescriptionDefault
pathYesPath to the note to delete

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Path to the note to delete", "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/j-shelfwood/obsidian-local-rest-api-mcp'

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