Skip to main content
Glama

Read the test player's reward history

specter_get_reward_history
Read-only

Retrieve a test player's reward history, including unclaimed pending rewards. Filter by status to see claimable rewards, with details on source, amount, and status.

Instructions

Read the test player's reward history — including PENDING rewards waiting to be claimed (on-claim tasks). Filter by status ('pending' shows claimable). Each entry has sourceType + sourceId (e.g. the task), amount, and status (pending → completed).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
statusNo'pending' = claimable/unclaimed; omit for all
rewardGrantNo'client' = on-claim (player must claim); 'server' = automatic
Behavior5/5

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

Annotations already provide readOnlyHint=true and openWorldHint=true, lowering the bar. Description adds value by detailing that entries have sourceType, sourceId, amount, and status (pending→completed), and that pending rewards are included. No contradictions.

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?

Two sentences, concise and front-loaded. First sentence states purpose and key feature (pending rewards). Second sentence adds filter example and field details. No unnecessary words.

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

Completeness4/5

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

Explains entry fields (sourceType, sourceId, amount, status) sufficiently for a read-only query without output schema. However, does not mention pagination or behavior of limit parameter, leaving minor gap.

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

Parameters3/5

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

Schema description coverage is 67% (status and rewardGrant have descriptions). Description adds context about status filtering and entry fields but does not explain limit or rewardGrant beyond schema. Adequate but not compensatory for missing limit description.

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?

Clearly states 'Read the test player's reward history', identifying verb and resource. Distinguishes from siblings like specter_claim_reward and specter_grant_reward by focusing on reading history versus claiming or granting.

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

Usage Guidelines3/5

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

Provides some guidance: 'Filter by status ('pending' shows claimable)' implies when to use for pending rewards. But lacks explicit comparison to alternatives like specter_claim_reward or specter_grant_reward, and doesn't state when not to use.

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/dirtcubeinteractive/specter-skills'

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