Skip to main content
Glama

joplin-mcp-server

create_note

Generate and organize notes in Joplin by specifying title, body, HTML content, parent ID, to-do status, or image data for effective task and information management.

Instructions

Create a new note in Joplin

Input Schema

NameRequiredDescriptionDefault
bodyNo
body_htmlNo
image_data_urlNo
is_todoNo
parent_idNo
titleNo

Input Schema (JSON Schema)

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