Skip to main content
Glama

Read developer console

get_console
Read-onlyIdempotent

Read buffered Roblox LogService messages via sequence-based incremental polling, getting new console entries after a specified sequence.

Instructions

Read buffered Roblox LogService messages with sequence-based incremental polling.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
levelsNo
clientIdNoConnected client id; defaults to active client
sinceSequenceNo
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, covering the safety profile. The description adds behavioral context by mentioning that messages are buffered and that polling is sequence-based, which explains how the tool operates without contradicting the annotations.

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 a single sentence, front-loaded with the verb and object, and contains no redundant information. Every word earns its place.

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

Completeness3/5

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

The description covers the core purpose but lacks sufficient parameter semantics and does not differentiate from console_stream. Given the absence of an output schema and low schema coverage, the description is not fully complete.

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

Parameters2/5

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

Schema description coverage is only 25%, with only clientId described. The description does not explain the meaning of limit, levels, or sinceSequence, though it hints at sequence-based polling. This is insufficient for a low-coverage 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 uses the specific verb 'Read' and names the exact resource 'buffered Roblox LogService messages'. It also highlights the method 'sequence-based incremental polling', which distinguishes it from sibling tools like console_stream. This clearly states 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 provides clear context that the tool is for reading buffered console messages and supports polling, so an agent can infer when to use it. It does not explicitly mention alternatives or exclusions, but the context is clear enough for basic usage.

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/valrinx/raven-roblox-mcp'

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