You're viewing a demo portfolio

Join the waitlist
PRSM

generate_ticket_diagram

Active

Tool of com.mermaidchart/mermaid-mcp

declared in 1.0.0

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
}

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 →
generate_ticket_diagram — com.mermaidchart/mermaid-mcp — PRSM MCP