Skip to main content
Glama

Get the roblox developer console output from the Roblox Game Client

get-console-output

Read recent Roblox developer console logs from the active client. Use limit and logsOrder to control volume and ordering.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results to return (default: 10, to avoid overwhelming output)
filterNoOptional string filter; only logs containing this text are returned
logsOrderNoThe order of the logs to return (default: NewestFirst)NewestFirst
summaryOnlyNoWhen true, return log counts by level instead of individual log lines.
maxOutputCharsNoMaximum characters to return to the model (default: 6000, max: 32000). Raise only when a single result genuinely needs more; large outputs degrade model performance.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations provided, the description must disclose behavioral traits itself. It explicitly states 'Read', indicating a non-destructive operation, and mentions 'recent' logs, implying a limited window. However, it does not disclose any potential side effects (e.g., whether it clears the console, requires specific client state, or how errors are handled). The read-only nature is clear, but more detail would improve transparency.

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

Conciseness5/5

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

The description is exceptionally concise: two sentences, with the primary action front-loaded. The parameter guidance in the second sentence is directly actionable and adds no redundancy. Every word earns its place.

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

Completeness4/5

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

Given the tool has five parameters, no output schema, and no annotations, the description covers the core purpose and key controls. It does not describe the return format (e.g., array of log strings) or behavior of summaryOnly, but the schema documents those parameters. For a simple read tool, this is adequate and nothing critical is missing.

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?

The schema descriptions cover all five parameters fully (100% coverage), so the description need not restate them. It does add value by highlighting 'limit and logsOrder' as the key controls for volume and ordering, which helps an agent prioritize these knobs. This is a modest but useful addition beyond the schema.

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 verb 'Read' and resource 'Roblox developer console logs', distinguishing it from sibling tools like get-script-content or get-descendants-tree. It also notes the source is 'the active client', which clarifies scope. No ambiguity remains about what the tool does.

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

Usage Guidelines4/5

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

The description implies usage for reading recent console logs from the active client. It doesn't provide explicit alternatives or when-not-to-use clauses, but there is no direct sibling competing for this function. The context is clear enough for an agent to know when to invoke it.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources