Skip to main content
Glama

SafeMarkdownEditor MCP Server

by quantalogic

delete_section

Remove a specific section by ID or heading from a Markdown document. Automatically saves changes and supports backup for data integrity. Enhances document editing efficiency.

Instructions

Delete a section by ID or heading. The document will be saved after the operation if successful and auto_save is True.

Input Schema

NameRequiredDescriptionDefault
auto_saveNo
backupNo
document_pathYes
headingNo
section_idNo
validation_levelNoNORMAL

Input Schema (JSON Schema)

{ "properties": { "auto_save": { "default": true, "title": "Auto Save", "type": "boolean" }, "backup": { "default": true, "title": "Backup", "type": "boolean" }, "document_path": { "title": "Document Path", "type": "string" }, "heading": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Heading" }, "section_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Section Id" }, "validation_level": { "default": "NORMAL", "title": "Validation Level", "type": "string" } }, "required": [ "document_path" ], "title": "delete_sectionArguments", "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/quantalogic/quantalogic_markdown_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server