Skip to main content
Glama
jarmstrong158

io.github.jarmstrong158/Conductor

Related Servers

Alternatives to io.github.jarmstrong158/Conductor

No user-submitted related servers found.

    Related Servers

    TDQS

    A3.5/5.0

    Scored across 24 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose, with worker, chain, group, and system operations cleanly separated. Parallel tools for workers vs chains are explicitly named (e.g., run_worker_now vs run_chain_now), preventing misselection.

    Naming Consistency4/5

    Most tools follow a consistent verb_noun pattern in snake_case, with verbs like list, create, delete, get, run. Minor deviations: 'delete_all_workers' actually deletes chains too (misleading name), and 'run_worker_now' includes a 'now' suffix not present in 'run_chain_now' (though that is also used). Overall predictable.

    Tool Count3/5

    At 24 tools, this sits in the borderline range (16-25) and feels somewhat heavy. The domain is complex (workers, chains, groups, settings, admin), so each tool has a purpose, but the count could be streamlined by combining some operations (e.g., pause_all_workers and delete_all_workers).

    Completeness3/5

    Worker lifecycle is fully covered with list, create, update, delete, pause, run, history, and bulk operations. However, chains lack an update operation and an individual pause/resume toggle, which is a notable gap. Groups also lack update, but that is less critical. Agents can create and run chains but cannot modify them without deleting and recreating.

    Maintenance

    ActivitySlowing
    ResponsivenessNo issues