get_diagram_title
ActiveTool of com.mermaidchart/mermaid-mcp
declared in 1.0.0
Generate a descriptive title for a Mermaid diagram based on its content. This tool analyzes the diagram structure and content to suggest an appropriate title.
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."
},
"diagramType": {
"type": "string",
"description": "Optional: The type of Mermaid diagram (e.g., 'flowchart', 'sequenceDiagram', 'gantt') for better context in title generation."
},
"currentTitle": {
"type": "string",
"description": "Optional: The current title of the diagram, if any, for context."
},
"diagramContent": {
"type": "string",
"description": "The Mermaid diagram content/code for which to generate a title."
}
},
"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