Skip to main content
Glama

joplin-mcp-server

delete_folder

Remove a folder or notebook from Joplin using its unique ID. Requires confirmation and supports force deletion for folders with contents.

Instructions

Delete a folder/notebook from Joplin (requires confirmation)

Input Schema

NameRequiredDescriptionDefault
confirmNoConfirmation flag
folder_idYesID of the folder to delete
forceNoForce delete even if folder has contents

Input Schema (JSON Schema)

{ "properties": { "confirm": { "description": "Confirmation flag", "type": "boolean" }, "folder_id": { "description": "ID of the folder to delete", "type": "string" }, "force": { "description": "Force delete even if folder has contents", "type": "boolean" } }, "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