Skip to main content
Glama

Joplin MCP Server

by dweigend

delete_note

Remove a note from Joplin by specifying its ID. Optionally delete it permanently. Returns operation status for confirmation.

Instructions

Delete a note from Joplin.

Args: note_id: ID of note to delete permanent: If True, permanently delete the note Returns: Dictionary containing the operation status

Input Schema

NameRequiredDescriptionDefault
note_idYes
permanentNo

Input Schema (JSON Schema)

{ "properties": { "note_id": { "title": "Note Id", "type": "string" }, "permanent": { "default": false, "title": "Permanent", "type": "boolean" } }, "required": [ "note_id" ], "title": "delete_noteArguments", "type": "object" }
Install Server

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

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