Skip to main content
Glama

joplin-mcp-server

create_folder

Generate a new folder or notebook in Joplin by specifying a title and optional parent folder ID for organized note management.

Instructions

Create a new folder/notebook in Joplin

Input Schema

NameRequiredDescriptionDefault
parent_idNo
titleYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "parent_id": { "type": "string" }, "title": { "type": "string" } }, "required": [ "title" ], "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