Skip to main content
Glama

joplin-mcp-server

edit_folder

Modify an existing folder or notebook in Joplin by updating its title or parent folder using the folder ID. Simplifies organization.

Instructions

Edit/update an existing folder/notebook in Joplin

Input Schema

NameRequiredDescriptionDefault
folder_idYes
parent_idNo
titleNo

Input Schema (JSON Schema)

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