Skip to main content
Glama

Mermaid MCP Server

by wwwzhouhui
MIT License
2

validate_mermaid_syntax

Check and validate Mermaid diagram syntax for errors by analyzing the provided code. Returns a dictionary with validation results to ensure accurate diagram rendering.

Instructions

通过尝试简单转换来验证 Mermaid 图表语法。 参数: mermaid_code: 要验证的 Mermaid 图表语法代码 返回: 包含验证结果的字典

Input Schema

NameRequiredDescriptionDefault
mermaid_codeYes

Input Schema (JSON Schema)

{ "properties": { "mermaid_code": { "title": "Mermaid Code", "type": "string" } }, "required": [ "mermaid_code" ], "title": "validate_mermaid_syntaxArguments", "type": "object" }
Install Server

Other Tools from Mermaid 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/wwwzhouhui/mermaid_mcp_server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server