Skip to main content
Glama

player_card_airdrop

Check a player's card-airdrop eligibility and recorded claim information without claiming the airdrop.

Instructions

Read card-airdrop eligibility and recorded claim information for one player. This tool never claims an airdrop. 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. Array responses 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
modeNo
categoryNo
usernameYes
include_transactionNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.0.0

TDQS

A4.1/5.0
Behavior5/5

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

Despite having no annotations, it discloses read-only behavior, pagination behavior, response limits, truncation reporting, refusal of oversized records, and the pass-through semantics of filters. This is unusually transparent and carries the full behavioral burden with no annotation support.

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?

Five dense sentences, all front-loaded after the purpose statement. Each sentence adds a separate operational constraint, though the filter caveat is slightly abstract.

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 behavioral context is strong, but with no output schema and no per-parameter descriptions, the optional inputs remain undefined. An agent can call the tool with username alone, but cannot reason about the semantics of mode, category, or include_transaction.

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?

The schema provides zero description coverage for mode, category, username, and include_transaction. The description only warns that filters are forwarded as supplied and their effectiveness is not implied; it never defines what mode, category, or include_transaction mean or what values are valid.

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?

Opens with 'Read card-airdrop eligibility and recorded claim information for one player', specifying a verb, resource, and scope. This clearly distinguishes it from broader airdrop or collection endpoints by limiting to a single player.

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?

States this tool 'never claims an airdrop' and makes 'one logical GET request', establishing that it is the safe read-only option for eligibility checks. It does not name a sibling alternative or give explicit when-not-to-use conditions, but the context is clear enough.

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