Skip to main content
Glama

SafeMarkdownEditor MCP Server

by quantalogic

get_document

Retrieve full Markdown document content and structure with path and validation level settings for precise data handling within the SafeMarkdownEditor MCP Server.

Instructions

Get the complete document content and structure. 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": "get_documentArguments", "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