Skip to main content
Glama

guild_brawl_sps_rewards

Get global brawl SPS payout totals or cycle reward records. Use include_total for the overall sum or include_cycles for per-cycle details.

Instructions

Read global brawl SPS payout totals and/or cycle records. Use the string 1 for include_total or include_cycles: true returned an empty object. Each section can be selected independently. The total is global even when cycle narrows records; it is not a guild or selected-cycle sum. Cycle records are bounded while a requested total is retained. Makes one logical GET request and does not auto-fetch continuation pages. Required inputs reflect tool policy as well as measured upstream requirements. Other declared filters are forwarded as supplied; their effectiveness is not implied by the schema. The sps_reward_records list are locally limited to 100 rows and 256 KiB, with truncation reported in text and metadata. Oversized records are refused without partial fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cycleNo
end_cycleNo
start_cycleNo
include_totalNo
include_cyclesNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.0.0

TDQS

C2.7/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral burden. It does disclose several important behaviors: it makes one logical GET request without auto-fetching continuation pages, locally limits results to 100 rows and 256 KiB with truncation reporting, and refuses oversized records. It also clarifies that filters are forwarded as supplied and their effectiveness is not guaranteed. However, the sentence 'Use the string 1 for include_total or include_cycles: true returned an empty object' is confusing and could mislead an agent about how to set boolean-like parameters, detracting from clarity.

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

Conciseness2/5

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

The description is verbose and poorly structured. It front-loads the purpose but immediately follows with a confusing, run-on note about parameter usage. Subsequent sentences jump between filtering semantics, request behavior, and output limits without clear organization. The length is not justified by clarity; it could be tightened significantly.

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?

Given no annotations, no output schema, and five parameters, the description needs to be thorough. It does cover request behavior, pagination, limits, and filtering semantics, but it fails to explain the core parameter semantics (especially cycle, start_cycle, end_cycle) and never defines what 'sps_reward_records' is or what the response structure looks like. The description assumes domain knowledge that an agent may not have, leaving critical gaps.

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 coverage is 0%, so the description must compensate by explaining the parameters. It only mentions include_total and include_cycles, and even then in a confusing way ('Use the string 1 for include_total or include_cycles: true returned an empty object'). It does not explain the meaning of cycle, start_cycle, or end_cycle, leaving most parameters undefined. The hint that 'Cycle records are bounded while a requested total is retained' gives some context but is insufficient.

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 opens with a clear verb and resource: 'Read global brawl SPS payout totals and/or cycle records.' It explicitly uses 'global' to distinguish from guild-specific sums, which helps separate it from siblings like guild_brawl_records. However, it does not explicitly name an alternative tool or state the exact differentiation, so it's clear but not perfectly disambiguated.

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 explicit guidance on when to use this tool versus alternatives. The description mentions 'The total is global even when cycle narrows records; it is not a guild or selected-cycle sum,' which implies scope but does not say 'use this when you need global totals' or reference any sibling. It also does not describe any prerequisites or fallback conditions, so an agent has to infer the appropriate use case.

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

Deploy Server

Other Tools