Skip to main content
Glama

SafeMarkdownEditor MCP Server

by quantalogic

insert_section

Add new sections to Markdown documents at precise locations, automatically save changes, and ensure thread-safe, validated edits with SafeMarkdownEditor MCP Server.

Instructions

Insert a new section at a specified location. The document will be saved after the operation if successful and auto_save is True.

Input Schema

NameRequiredDescriptionDefault
auto_saveNo
backupNo
contentYes
document_pathYes
headingYes
positionYes
validation_levelNoNORMAL

Input Schema (JSON Schema)

{ "properties": { "auto_save": { "default": true, "title": "Auto Save", "type": "boolean" }, "backup": { "default": true, "title": "Backup", "type": "boolean" }, "content": { "title": "Content", "type": "string" }, "document_path": { "title": "Document Path", "type": "string" }, "heading": { "title": "Heading", "type": "string" }, "position": { "title": "Position", "type": "integer" }, "validation_level": { "default": "NORMAL", "title": "Validation Level", "type": "string" } }, "required": [ "document_path", "heading", "content", "position" ], "title": "insert_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