Skip to main content
Glama

SafeMarkdownEditor MCP Server

by quantalogic

get_document

Retrieve and validate the full content and structure of a Markdown file to ensure compliance with specified validation levels: STRICT, NORMAL, or PERMISSIVE.

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" }

Other Tools from SafeMarkdownEditor MCP Server

Related Tools

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