Skip to main content
Glama

SafeMarkdownEditor MCP Server

by quantalogic

move_section

Relocate a specific section within a Markdown document to a new position, automatically saving changes if enabled and ensuring document integrity with optional backups.

Instructions

Move a section to a different position. The document will be saved after the operation if successful and auto_save is True.

Input Schema

NameRequiredDescriptionDefault
auto_saveNo
backupNo
document_pathYes
section_idYes
target_positionYes
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" }, "section_id": { "title": "Section Id", "type": "string" }, "target_position": { "title": "Target Position", "type": "integer" }, "validation_level": { "default": "NORMAL", "title": "Validation Level", "type": "string" } }, "required": [ "document_path", "section_id", "target_position" ], "title": "move_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