Skip to main content
Glama

joplin-mcp-server

edit_folder

Modify an existing Joplin folder by updating its title or parent folder using the folder ID. Simplify folder management and organization.

Instructions

Edit/update an existing folder/notebook in Joplin

Input Schema

NameRequiredDescriptionDefault
folder_idYesID of the folder to edit
parent_idNoNew parent folder ID
titleNoNew folder title

Input Schema (JSON Schema)

{ "properties": { "folder_id": { "description": "ID of the folder to edit", "type": "string" }, "parent_id": { "description": "New parent folder ID", "type": "string" }, "title": { "description": "New folder title", "type": "string" } }, "required": [ "folder_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