get_diagram_summary
ActiveTool of com.mermaidchart/mermaid-mcp
Generate a concise summary for a Mermaid diagram based on its content. This tool provides prompts for the LLM to generate a brief summary (2-4 sentences) highlighting the primary flow, key decisions, and outcomes.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"diagramContent",
"clientName"
],
"properties": {
"clientName": {
"type": "string",
"description": "REQUIRED: The name of the client/agent using the MCP server (e.g., 'claude', 'cursor', 'vscode', 'chatgpt', 'copilot') for analytics tracking."
},
"contextHint": {
"type": "string",
"description": "Optional: Context hint to help generate a more accurate summary."
},
"diagramContent": {
"type": "string",
"description": "The Mermaid diagram content/code for which to generate a summary."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.mermaidchart/mermaid-mcp
https://github.com/Mermaid-Chart/mermaid-mcp
1/7 registries