Skip to main content
Glama

Live Matches

live_matches
Read-onlyIdempotent

Fetch all currently live Dota 2 matches from STRATZ, returning matchId, radiantTeamId, direTeamId, and current game time. No arguments required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
_apiKeyYesYour own STRATZ API token (BYO — Pipeworx does not supply one). Free at https://stratz.com/api after Steam sign-in.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / _apiKey
      Added value: +{
      +  "description": "Your own STRATZ API token (BYO — Pipeworx does not supply one). Free at https://stratz.com/api after Steam sign-in.",
      +  "type": "string"
      +}
    • addedInput schema / required
      Added value: +[
      +  "_apiKey"
      +]
  2. First observed

TDQS

C2.5/5.0
Behavior2/5

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

Annotations already declare read-only, open-world, idempotent, non-destructive behavior, lowering the bar. The description adds no further useful behavior (e.g., rate limits, external API latency) and instead asserts 'No arguments required,' which misrepresents the authentication requirement.

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 first sentence is tight and front-loaded. However, the second sentence 'No arguments required' is not only unnecessary but false, so the description doesn't cleanly earn its place.

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

Completeness2/5

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

For a simple live-data fetch with a schema-documented API key, the description could be complete if it aligned with the schema. By denying the required parameter and offering no alternative context, it leaves the agent with a contradicted invocation model.

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

Parameters1/5

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

The schema fully documents _apiKey with a clear description, so the baseline would be 3, but the description directly contradicts the schema by claiming no arguments are required. This undermines the agent's ability to invoke the tool correctly.

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?

States the specific action ('Fetch all currently live Dota 2 matches from STRATZ') and the exact return fields (matchId, team IDs, game time). This distinguishes it clearly from single-match or player-focused siblings like match and player_matches.

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

Usage Guidelines1/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 vs alternatives, and the only usage statement—'No arguments required'—is false because the input schema requires _apiKey. This is actively misleading rather than simply absent.

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.