Skip to main content
Glama

joplin-mcp-server

create_note

Generate and organize notes in Joplin by adding titles, markdown or HTML content, todos, and images, while optionally nesting them within specific notebooks.

Instructions

Create a new note in Joplin

Input Schema

NameRequiredDescriptionDefault
bodyNoNote content in Markdown
body_htmlNoNote content in HTML
image_data_urlNoBase64 encoded image data URL
is_todoNoWhether this is a todo note
parent_idNoID of parent notebook
titleNoNote title

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Note content in Markdown", "type": "string" }, "body_html": { "description": "Note content in HTML", "type": "string" }, "image_data_url": { "description": "Base64 encoded image data URL", "type": "string" }, "is_todo": { "description": "Whether this is a todo note", "type": "boolean" }, "parent_id": { "description": "ID of parent notebook", "type": "string" }, "title": { "description": "Note title", "type": "string" } }, "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