Skip to main content
Glama
JehadurRE

todiagram-mcp-windows-fix

by JehadurRE

Generate Mermaid Flowchart

generateMermaidDiagram

Generate raw Mermaid flowchart syntax for quick text-only diagrams. Supports optional Iconify icons for enhanced node labels.

Instructions

Use only when a user explicitly requests raw Mermaid syntax. Great for quick text-only flowcharts or when they need to edit Mermaid directly. For architecture, repositories, and anything that benefits from images/groups, prefer generateSystemDiagram or generateCodeDiagram. Supports optional Iconify icons (e.g., Node["fa:database Database"]). Only flowcharts are supported.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName of the diagram
contentYesMermaid definition for a flowchart (e.g., `flowchart LR` or `graph TD`). You can optionally add Iconify icons to nodes for better visual clarity using the syntax: `NodeID["<iconSet>:<iconName> Label"]` (e.g., `fa:user`). Icons are not required for every node, use them selectively to enhance important or distinct components.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must disclose behavioral traits. It mentions support for Iconify icons and flowchart-only constraint, but does not explicitly state the output format (raw Mermaid code). The title and description imply text-only output, but this is not confirmed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with three sentences, each serving a distinct purpose: usage condition, alternatives, and parameter details. Front-loads the key instruction, no fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (2 params, no output schema), the description covers purpose, usage, and parameter semantics adequately. However, it lacks explicit mention of the return data (raw Mermaid syntax), which would enhance completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds value by explaining the Iconify icon syntax and the flowchart-only constraint for the 'content' parameter, enhancing understanding beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the purpose: generating raw Mermaid syntax for flowcharts when explicitly requested. It distinguishes from sibling tools by specifying when to prefer alternatives, making the purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says 'Use only when a user explicitly requests raw Mermaid syntax' and provides clear alternatives for other cases (e.g., generateSystemDiagram for architecture). Also notes that only flowcharts are supported.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/JehadurRE/todiagram-mcp-windows-fix'

If you have feedback or need assistance with the MCP directory API, please join our Discord server