Skip to main content
Glama

EventTrader Research (read-only)

Get Platform Status

get_platform_status
Read-onlyIdempotent

Get current platform status and statistics

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnly, idempotent, non-destructive, and openWorld false, so the description adds little beyond 'current' and 'statistics,' implying a point-in-time snapshot without side effects. This is useful but minimal; no additional context like rate limits, response shape, or platform scope is provided.

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

Conciseness4/5

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

The description is a single short sentence with no filler, and the key word 'current' is front-loaded. It is efficient, though slightly under-specific about what 'statistics' refers to.

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?

With zero parameters and strong safety annotations, the invocation requirements are complete. However, there is no output schema and the description does not clarify what 'status and statistics' specifically covers, leaving the return payload somewhat ambiguous for an agent.

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 input schema has zero parameters, so there is nothing for the description to document about arguments. The baseline for a 0-parameter tool is 4, and the description does not need to compensate for missing parameter explanations.

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

Purpose4/5

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

The description clearly identifies a read operation against the platform as a whole with 'Get current platform status and statistics,' and the verb 'Get' is explicit. It does not explicitly distinguish from related state/status siblings like get_arena_state or get_btc_pool_state, though 'platform' implies broader scope.

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

Usage Guidelines2/5

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

There is no guidance about when to use this tool versus the many other status/state tools in the sibling list, nor any conditions, exclusions, or alternatives. For a zero-argument global endpoint this is less critical, but the description still leaves the choice to inference.

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