You're viewing a demo portfolio

Join the waitlist
PRSM

get_diagram_summary

Active

Tool of com.mermaidchart/mermaid-mcp

declared in 1.0.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

com.mermaidchart/mermaid-mcp

https://github.com/Mermaid-Chart/mermaid-mcp

1/7 registries
View full server →