Skip to main content
Glama
johnleyva28

bpmn-generator-mcp

by johnleyva28

list_generated_files

Lists every generated BPMN file in the output directory, so you can see and access available process models.

Instructions

Lista todos los archivos BPMN generados en el directorio de salida.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No hay anotaciones, así que la descripción deben transmitir su comportamiento. 'Lista' insinúa una operación de solo lectura y 'directorio de salida' delimita el alcance espacial, pero no se explica si devuelve rutas absolutas, nombres de archivo, si es recursivo o qué ocurre si no hay archivos generados.

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?

Es una sola oración clara y directa que comienza con el verbo principar y el objeto. No hay redondancia ni información superflua; cada palabra aporta.

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?

Para una herramiento sin parámetros y de complejidad bája, la descripción es casi suficiente: define qué lista y dónde. Sin embargo, al no existir esquema de salida ni anotaciones, sería útil espcificar el formato de la lista devuelta (rutas, nombres, etc.).

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?

El esquema de entrada esta vacío y no hay parámetros que documentar, por lo que la descripción no necesita aportar semántica adicional sobre parámetros. La base para ausencia de parámetros es 4 y el texto no introduce ambigüedad sobre argumentos.

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?

La descripción usa un verbo específico ('Lista') y un recurso claro ('archivos BPMN generados en el directorio de salida'). Se distingue de siblings como list_templates o read_bpmn_file: no lista plantillas ni lee contenidos, solo enumera archivos generados.

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

Usage Guidelines2/5

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

No se indica cuándo preferir esta herramienta frente a alternativas como get_output_directory, list_templates o read_bpmn_file. Tampoco se mencionan exclusiones o condiciones de uso; el contexto de uso queda solo implícito por el nombre y la descripción.

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/johnleyva28/bpmn-generator-mcp'

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