Skip to main content
Glama

Related Servers

Alternatives to Grok MCP

Related Servers

TDQS

A4.1/5.0

Scored across 10 tools

Disambiguation4/5

Most tools are clearly distinct: chat vs chat_with_files vs stateful response management vs file management vs video extension. The only mild ambiguity is between chat and chat_with_files (both take a prompt and session), but the file attachment parameter makes the boundary clear. retrieve_stateful_response and delete_stateful_response are clearly paired.

Naming Consistency3/5

Naming is mostly verb_noun (upload_file, list_files, get_file, delete_file, extend_video) but inconsistent in a few places: chat and chat_with_files use bare verbs, while stateful response tools use adjective_noun (retrieve_stateful_response, delete_stateful_response) rather than a consistent verb_noun pattern like get_response/delete_response. The mix of snake_case is consistent, but the verb styles and noun phrasing vary.

Tool Count5/5

10 tools is well-scoped for a Grok API server covering chat, file management, stateful responses, and video generation. Each tool serves a distinct purpose and none feel redundant.

Completeness4/5

The surface covers the core workflows: chat, chat with files, file upload/list/get/delete, stateful response retrieve/delete, and video extension. Minor gaps include no explicit video generation tool (only extension) and no file update, but these are workable and the main lifecycle is covered.

Maintenance

ActivityMaintained
ResponsivenessUnresponsive