Skip to main content
Glama

system_info

Check system connection, usage tier, and server status. Control playtest sessions and run automated tests with reports on PRO.

Instructions

System info: ping, connection status, usage tier. [PRO] place info, services list, studio settings, playtest control, automated test runner.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesSystem action. Basic: ping (test connection, returns pong), connection (server/plugin connection info with session IDs), usage (current tier: basic/pro). [PRO]: place_info (place ID, name, game ID, creator), services (list all Roblox services), studio_settings (Studio preferences), play (start playtest, mode: "play"=F5 or "run"=F8), stop (stop playtest), pause (pause playtest), resume (resume paused playtest), play_status (get current state: edit/running/paused with mode and available actions), run_test (inject test script, run playtest, collect logs, and write local report files).
contextIdNoOptional execution context identifier. Used to continue an existing context for mutating actions.
contextSummaryNoOptional structured execution context attached to this tool call.
replayMetadataNoOptional replay-ready metadata attached to this tool call.
messageNoOptional message to echo back. Used by: ping.
modeNoPlaytest mode. "play" = Play mode (F5, default), "run" = Run mode (F8). Used by: play, run_test.
scriptNoLuau test body to inject into ServerScriptService.__MCP_TestRunner. Used by: run_test.
test_nameNoOptional report display name for the automated playtest run. Used by: run_test.
timeoutNoTimeout in seconds for the automated playtest run. Default: 60. Maximum: 300. Used by: run_test.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden. It details each action's behavior (e.g., ping returns pong, run_test injects scripts and writes reports). It is transparent about side effects and output, though it does not explicitly label actions as safe/destructive. The per-action descriptions provide sufficient behavioral clarity.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with a summary line, but the long action enumeration within the description text is verbose and could be structured more concisely. Still, it is readable and informative.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity (9 parameters, multiple actions, nested objects) and lack of output schema, the description is thoroughly complete. It covers each action's purpose, parameters, and behavior, leaving no obvious gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds meaning by grouping related parameters and explaining which actions use each parameter (e.g., 'Used by: ping' for message). This context goes beyond the schema's individual descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: it provides system info and control actions (ping, connection, usage, plus PRO actions). The action enum and brief summaries differentiate it from sibling tools like execute_luau or manage_*.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage through the enumerated actions and notes which actions are PRO, but does not explicitly state when to use this tool over alternatives or provide exclusion criteria. The action list is the primary guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hope1026/roblox-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server