Skip to main content
Glama

joplin-mcp-server

delete_note

Remove a specific note from Joplin by providing its ID and confirmation flag using the Joplin MCP Server.

Instructions

Delete a note from Joplin (requires confirmation)

Input Schema

NameRequiredDescriptionDefault
confirmNoConfirmation flag
note_idYesID of the note to delete

Input Schema (JSON Schema)

{ "properties": { "confirm": { "description": "Confirmation flag", "type": "boolean" }, "note_id": { "description": "ID of the note to delete", "type": "string" } }, "required": [ "note_id" ], "type": "object" }

Other Tools from joplin-mcp-server

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/jordanburke/joplin-mcp-server'

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