Skip to main content
Glama

SafeMarkdownEditor MCP Server

by quantalogic

get_section

Retrieve a specific section from a Markdown file by section ID. Specify the document path, section ID, and validation level (STRICT, NORMAL, PERMISSIVE) to ensure accurate extraction and compliance.

Instructions

Get a specific section by ID. Args: document_path: Path to the Markdown file section_id: The section ID to retrieve validation_level: Validation strictness - "STRICT", "NORMAL", or "PERMISSIVE"

Input Schema

NameRequiredDescriptionDefault
document_pathYes
section_idYes
validation_levelNoNORMAL

Input Schema (JSON Schema)

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