Skip to main content
Glama
zjgxkj
by zjgxkj

Related Servers

Alternatives to codex-claude-agent-mcp

No user-submitted related servers found.

    Related Servers

    TDQS

    C2.7/5.0

    Scored across 7 tools

    Disambiguation3/5

    execute_task and run_job both serve as execution entry points with overlapping purposes, and run_job can also incorporate review, blurring boundaries with review_task. Descriptions hint at differences (review option, scope) but the job vs task distinction is not defined, leaving room for misselection.

    Naming Consistency4/5

    Mostly consistent snake_case verb_noun (execute_task, review_task, continue_task, run_job, run_jobs, get_job_status), but ping breaks the pattern and run/execute verbs are used interchangeably for similar actions. Still readable and predictable overall.

    Tool Count5/5

    7 tools is well-scoped for an orchestration server covering health check, single/batch execution, review, session continuation, and status. Each tool has a distinct role without excessive surface area.

    Completeness4/5

    Core lifecycle is covered: start tasks/jobs, review, continue sessions, check status, and batch runs. However, missing cancellation/abort and job listing operations are notable gaps that could hinder cleanup or discovery in longer workflows.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues