Skip to main content
Glama

joplin-mcp-server

delete_folder

Remove folders or notebooks from Joplin using a confirmed deletion process. Specify folder ID and optional force flag to manage deletions effectively.

Instructions

Delete a folder/notebook from Joplin (requires confirmation)

Input Schema

NameRequiredDescriptionDefault
confirmNo
folder_idYes
forceNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "confirm": { "type": "boolean" }, "folder_id": { "type": "string" }, "force": { "type": "boolean" } }, "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