Skip to main content
Glama

Related Servers

Alternatives to Roblox MCP Server

No user-submitted related servers found.

    Related Servers

      TDQS

      B3.2/5.0

      Scored across 13 tools

      Disambiguation4/5

      Most tools have distinct purposes, such as execute_script for running Lua code, find_instances for locating objects, and remote_spy tools for monitoring network traffic. However, some tools like get_properties and get_hidden_properties could be confused as they both retrieve instance properties, though their descriptions clarify the difference between standard and hidden properties.

      Naming Consistency4/5

      The tool names follow a consistent verb_noun pattern with snake_case throughout, such as execute_script, find_instances, and get_properties. There are minor deviations like getgc_find, which uses an abbreviation (gc) that might break the pattern slightly, but overall the naming is highly predictable and readable.

      Tool Count5/5

      With 13 tools, the count is well-scoped for a Roblox server covering scripting, instance manipulation, and remote monitoring. Each tool appears to serve a specific function, such as executing scripts, inspecting properties, or spying on remote events, making the set comprehensive without being overwhelming.

      Completeness4/5

      The tool set provides strong coverage for core Roblox operations, including script execution, instance discovery, property inspection, and remote event handling. Minor gaps exist, such as no tools for creating or modifying instances or scripts, which could limit full CRUD capabilities, but agents can likely work around this with the available tools for reading and executing.