Skip to main content
Glama

Related Servers

Alternatives to Swarm MCP

No user-submitted related servers found.

    Related Servers

    TDQS

    A3.8/5.0

    Scored across 7 tools

    Disambiguation3/5

    The upload family is mostly well-separated, but `upload_file` accepts raw text content in addition to paths, making it overlap with `upload_data` for text uploads. The download pair is better distinguished by explicit routing rules, though it still relies on subtle user phrasing.

    Naming Consistency4/5

    All tools follow a readable `verb_noun` snake_case pattern (`upload_folder`, `read_feed`, etc.). Minor inconsistency: `upload_file` is singular while `download_files` is plural, and `upload_data`/`upload_file` are semantically close despite different nouns.

    Tool Count5/5

    Seven tools is a reasonable scope for a storage-plus-feed MCP server. Each tool has a clear responsibility in the workflow, even if `upload_data` partially overlaps with `upload_file`.

    Completeness2/5

    The set covers upload/download and feed read/update, but both upload tools reference `query_upload_progress` for deferred uploads, and that tool is absent from the server. Large uploads therefore dead-end with only a tagId, which is a significant functional gap.

    Maintenance

    ActivityMaintained
    ResponsivenessUnresponsive