generate_ticket_diagram
ActiveTool of com.mermaidchart/mermaid-mcp
Generate a Mermaid flowchart centred on a single Jira ticket. Fetches the ticket's subtasks, parent, issue links, and recent comments in one call. The focal ticket is highlighted in indigo; subtasks are grouped in a subgraph; issue links use colour-coded arrows (red thick = blocks, cyan dashed = relates to); comments appear in a rose subgraph.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"ticketKey",
"clientName"
],
"properties": {
"colorMode": {
"enum": [
"light",
"dark",
"none"
],
"type": "string",
"default": "light",
"description": "Color scheme for the diagram: 'light' (default pastel fills), 'dark' (deep fills for dark backgrounds), or 'none' (no fill/stroke overrides, inherits the Mermaid theme)."
},
"ticketKey": {
"type": "string",
"minLength": 1,
"description": "REQUIRED: Jira issue key, e.g. 'MC-123' or 'PROJ-42'."
},
"clientName": {
"type": "string",
"minLength": 1,
"description": "REQUIRED: The name of the client/agent using the MCP server for analytics tracking."
}
},
"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