Skip to main content
Glama

Related Servers

Alternatives to CraftStory MCP Server

No user-submitted related servers found.

    Related Servers

    TDQS

    A4.2/5.0

    Scored across 11 tools

    Disambiguation4/5

    Most tools are clearly distinct: the list_* tools target different resources, the two create_*_video tools map to different models, and preview_cost/upscale_video are unique. The only mild overlap is the job-tracking trio (get_job_status, get_job_result, wait_for_job), which all concern job state, though the descriptions clarify their roles and recommend wait_for_job.

    Naming Consistency4/5

    Names are consistently snake_case and verb-first (list_*, create_*, get_*), with clear noun objects. Minor deviations: wait_for_job uses 'for' rather than a plain verb_noun form, and two create tools embed model names, but the convention remains predictable.

    Tool Count5/5

    Eleven tools is well-scoped for a video-generation API spanning discovery, audio, generation, polling, and upscaling. Each tool has a clear, non-redundant role and none feel like filler.

    Completeness4/5

    The core workflow is fully covered: discover voices/avatars/models, create audio, preview cost, generate with either model, poll status, fetch results, and upscale. Gaps include no job cancellation, no listing/history of past jobs, and no account/credits balance check, but agents can work around these.