Skip to main content
Glama

joplin-mcp-server

delete_note

Remove a specific note from Joplin by providing its ID and confirming the deletion to ensure data accuracy and security.

Instructions

Delete a note from Joplin (requires confirmation)

Input Schema

NameRequiredDescriptionDefault
confirmNo
note_idYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "confirm": { "type": "boolean" }, "note_id": { "type": "string" } }, "required": [ "note_id" ], "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/jordanburke/joplin-mcp-server'

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