Skip to main content
Glama
martincrespo77

mcp-diagrama-iterativo-mermaid

convertir_archivo_mermaid

Convert existing .mmd or .mermaid files into interactive HTML5 web apps. Solve manual conversion by generating displayable diagrams with no external dependencies.

Instructions

Convierte un archivo existente con extensión .mmd o .mermaid en una aplicación web interactiva HTML5.

Args: input_file: Ruta absoluta al archivo .mmd o .mermaid. output_path: (Opcional) Ruta del .html resultante. Si no se especifica, se genera junto al archivo original.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
input_fileYes
output_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior3/5

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

With no annotations provided, the description carries the behavioral burden. It discloses that the tool reads an existing file and generates an HTML file, including the default output location. It does not describe overwrite behavior, permission needs, or failure modes, which would strengthen transparency.

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 and well-structured: a one-sentence purpose followed by a focused Args section. No filler or redundant content; every sentence adds useful information.

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?

For a simple two-parameter conversion tool, the description covers purpose, input requirements, output format, and default output behavior. The presence of an output schema means return values do not need explanation. Minor gaps like overwrite behavior and validation details prevent a perfect score.

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

Parameters5/5

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

Schema description coverage is 0%, so the description fully compensates by explaining each parameter: input_file as an absolute path to .mmd/.mermaid and output_path as optional, with the default behavior of generating next to the original file. This adds clear meaning beyond the bare schema titles.

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 states a specific action: converts an existing .mmd or .mermaid file into an interactive HTML5 web application. It clearly identifies the resource type and output type, and the phrase 'archivo existente' helps differentiate it from siblings like generar_diagrama_desde_mermaid.

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

Usage Guidelines3/5

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

The description implies when to use the tool: when you have an existing .mmd or .mermaid file to convert. However, it does not explicitly mention alternatives, exclusions, or when not to use this tool compared to the sibling tools.

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

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/martincrespo77/MCP-Diagrama-Iterativo-Mermaid'

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