Skip to main content
Glama

Related Servers

Alternatives to T3 Code thread MCP

No user-submitted related servers found.

    Related Servers

    TDQS

    A4/5.0

    Scored across 7 tools

    Disambiguation5/5

    Each tool maps to a distinct action on the thread resource (create/list/read/send/wait/settle/interrupt). Descriptions clarify boundaries, e.g. create_thread vs send_message_to_thread and set_thread_settled vs interrupt_thread.

    Naming Consistency5/5

    All tools use snake_case with a verb-first pattern and 'thread(s)' as the resource noun. send_message_to_thread is slightly longer but still follows the same convention.

    Tool Count5/5

    7 tools is well-scoped for peer thread management; each tool covers a necessary operation without redundancy.

    Completeness4/5

    Core thread lifecycle (create, list, read, message, wait, settle, interrupt) is covered, but there is no explicit archive or delete operation despite archived threads being referenced. This is a minor gap that agents can work around if archiving is handled elsewhere.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues