Skip to main content
Glama

Related Servers

Alternatives to Video Fetch MCP

No user-submitted related servers found.

    Related Servers

    TDQS

    A3.5/5.0

    Scored across 5 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose with no overlap: cancel_task stops tasks, download_video initiates downloads, get_task_status checks progress, get_video_info retrieves metadata, and list_tasks enumerates tasks. An agent can easily distinguish between these operations.

    Naming Consistency5/5

    All tools follow a consistent verb_noun pattern (e.g., cancel_task, download_video, get_task_status), using snake_case throughout. The naming is predictable and readable across the entire set.

    Tool Count5/5

    With 5 tools, this server is well-scoped for video fetching, covering core operations like downloading, status checking, task management, and info retrieval. Each tool earns its place without being excessive or insufficient.

    Completeness4/5

    The toolset covers the essential lifecycle of video fetching: initiating downloads (download_video), monitoring (get_task_status, list_tasks), and metadata retrieval (get_video_info). A minor gap is the lack of a tool for modifying or resuming tasks, but agents can work around this with the existing tools.