Skip to main content
Glama

joplin-mcp-server

edit_note

Modify existing notes in Joplin by updating titles, content (Markdown or HTML), parent notebooks, or todo status for improved organization and productivity.

Instructions

Edit/update an existing note in Joplin

Input Schema

NameRequiredDescriptionDefault
bodyNoNew note content in Markdown
body_htmlNoNew note content in HTML
is_todoNoWhether this is a todo note
note_idYesID of the note to edit
parent_idNoNew parent notebook ID
titleNoNew note title
todo_completedNoWhether todo is completed
todo_dueNoTodo due date (Unix timestamp)

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "New note content in Markdown", "type": "string" }, "body_html": { "description": "New note content in HTML", "type": "string" }, "is_todo": { "description": "Whether this is a todo note", "type": "boolean" }, "note_id": { "description": "ID of the note to edit", "type": "string" }, "parent_id": { "description": "New parent notebook ID", "type": "string" }, "title": { "description": "New note title", "type": "string" }, "todo_completed": { "description": "Whether todo is completed", "type": "boolean" }, "todo_due": { "description": "Todo due date (Unix timestamp)", "type": "number" } }, "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