Skip to main content
Glama

joplin-mcp-server

edit_note

Modify an existing note in Joplin by updating its title, content, HTML body, parent ID, or task status. Ensure changes are applied directly with specified note ID.

Instructions

Edit/update an existing note in Joplin

Input Schema

NameRequiredDescriptionDefault
bodyNo
body_htmlNo
is_todoNo
note_idYes
parent_idNo
titleNo
todo_completedNo
todo_dueNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "body": { "type": "string" }, "body_html": { "type": "string" }, "is_todo": { "type": "boolean" }, "note_id": { "type": "string" }, "parent_id": { "type": "string" }, "title": { "type": "string" }, "todo_completed": { "type": "boolean" }, "todo_due": { "type": "number" } }, "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