Skip to main content
Glama
askuma

workflow-generator

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_workflowA

Scan a project directory and generate WORKFLOW.html — a visual system workflow showing all components, their communication paths, concurrency model, concurrent request capacity, and bottleneck analysis. Works with Python (FastAPI, Flask, Django), Node.js (Express, Nest.js), Go, and mixed projects. Detects: API frameworks, gateways, LLM providers, vector stores, databases, queues, rate limits, async primitives, and worker counts.

analyze_workflowA

Scan a project and return the workflow analysis as structured JSON (no file written). Returns: framework, workers, capacity estimates, detected components (LLM, storage, queues, external sources), concurrency primitives (semaphores, rate limits), and bottleneck ranking.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 2 tools

Disambiguation4/5

Both tools deal with workflow analysis, but they produce different outputs: analyze_workflow returns JSON, generate_workflow creates an HTML file. The descriptions make the distinction clear, though some conceptual overlap remains.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern with snake_case, making them predictable and easy to understand.

Tool Count2/5

Only two tools for a 'workflow generator' server feels thin. The domain likely requires more operations (e.g., update, delete, validate) to be useful.

Completeness2/5

The server provides analysis and generation but lacks update, delete, or customization tools. Basic lifecycle coverage is missing, limiting agent workflows.

Maintenance

ActivitySlowing
ResponsivenessNo issues