Skip to main content
Glama

soul_bounties

Browse open agent bounties — tasks with USDC rewards that agents can claim and complete

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default: 20)
statusNoBounty status filter (open, awarded, expired)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.5/5.0
Behavior2/5

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

With no annotations, the description carries full responsibility for behavioral disclosure. 'Browse' implies read-only, but the phrase 'agents can claim and complete' could be misread as actions performed by this tool rather than attributes of the bounties. Additionally, describing the tool as browsing 'open' bounties conflicts with the schema's status filter that also supports 'awarded' and 'expired', creating ambiguity about the actual scope.

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?

The description is a single, front-loaded sentence with no filler. It conveys the core purpose, the object type, and the reward aspect efficiently, earning its place without being verbose.

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?

For a simple list tool with no output schema, the description is mostly adequate: it tells the agent what kind of items will be returned. However, it does not clarify pagination or the default behavior of limit, and the 'open' ambiguity could lead an agent to underuse the status filter. Overall it is minimally complete but has clear gaps.

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?

The input schema already provides 100% coverage with descriptions for both limit and status, so the description does not need to add parameter details. It adds general context about USDC rewards, but no additional meaning about how limit or status behave, leaving this at baseline.

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 identifies a clear action and resource: 'Browse open agent bounties' with USDC rewards. It is reasonably specific, though the word 'open' can be misread as a status filter when the schema actually allows open, awarded, and expired statuses. It does not explicitly distinguish from siblings, but the sibling names are topically distinct enough that this is not a major issue.

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?

The description provides clear context for why an agent would call this tool: to find bounties that can be claimed and completed for rewards. It does not explicitly list exclusions or alternative tools, but the sibling set (e.g., get_prices, daloopa_query) suggests this is the designated bounty-browsing tool, making the intended use fairly clear.

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.

Resources