Skip to main content
Glama

Claim activity rewards

strato.rewards.claim-activity

Claim rewards for completed activities on the STRATO blockchain using the activity ID to process and receive earned tokens.

Instructions

Claim rewards for a specific activity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
activityIdYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the action ('claim rewards') but does not describe what 'claim' entails—e.g., whether it's a read-only operation, if it modifies state, requires authentication, has side effects like token transfers, or involves rate limits. For a tool with zero annotation coverage, this is a significant gap in transparency.

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, straightforward sentence that efficiently conveys the core action without unnecessary words. It is front-loaded with the key information ('Claim rewards for a specific activity'), making it easy to parse. However, it could be more structured by including usage notes or parameter hints, but as-is, it avoids verbosity.

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 the complexity implied by the tool name (involving rewards and activities), the lack of annotations, no output schema, and 0% schema description coverage, the description is incomplete. It does not address behavioral aspects, parameter meaning, or expected outcomes, leaving the agent with insufficient context to use the tool effectively. This is inadequate for a tool with potential state changes.

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 description coverage is 0%, meaning the parameter 'activityId' is undocumented in the schema. The description does not compensate by explaining what 'activityId' represents, its format, valid ranges beyond the schema's numeric bounds, or how to obtain it. With one required parameter and no semantic details provided, the description adds minimal value beyond the bare schema.

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

Purpose3/5

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

The description states the verb ('claim') and resource ('rewards for a specific activity'), which clarifies the basic action. However, it does not differentiate from sibling tools like 'strato.rewards.claim' or 'strato.rewards.claim-all-activities', leaving ambiguity about when to use this specific tool versus those alternatives. The purpose is clear but lacks sibling distinction.

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?

The description provides no guidance on when to use this tool versus alternatives, such as 'strato.rewards.claim' or 'strato.rewards.claim-all-activities'. It does not mention prerequisites, conditions, or exclusions for claiming activity rewards, leaving the agent without context for tool selection. This lack of guidance reduces effectiveness in multi-tool scenarios.

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/strato-net/strato-griphook'

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