Skip to main content
Glama

SafeMarkdownEditor MCP Server

by quantalogic

list_sections

Identify and retrieve all sections within a Markdown document. Specify the file path and validation strictness to manage section extraction efficiently.

Instructions

List all sections in the document. Args: document_path: Path to the Markdown file validation_level: Validation strictness - "STRICT", "NORMAL", or "PERMISSIVE"

Input Schema

NameRequiredDescriptionDefault
document_pathYes
validation_levelNoNORMAL

Input Schema (JSON Schema)

{ "properties": { "document_path": { "title": "Document Path", "type": "string" }, "validation_level": { "default": "NORMAL", "title": "Validation Level", "type": "string" } }, "required": [ "document_path" ], "title": "list_sectionsArguments", "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