Skip to main content
Glama

customer_bounty_offers

List the active Customer Bounty offers: the qualifying Coverage Uplift products and the fixed reward you earn for referring a NEW customer who buys and completes one. Requires a TaskBounty API key. Only available once the program is live.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries the burden. It discloses the API key requirement and program availability constraint. It also specifies the return content (qualifying products and fixed reward), which is useful, though it doesn't describe error behavior or list format.

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 two compact sentences that immediately state the purpose, then add necessary context. Every clause adds value without redundancy.

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

Completeness5/5

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

Given the tool's simplicity (no params, no output schema), the description covers purpose, prerequisites, availability, and the nature of returned data. It is fully adequate for an agent to invoke correctly.

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

Parameters4/5

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

The tool has zero parameters, so the baseline is 4. The description adds meaning by explaining what 'offers' means in this context, but no parameter-level detail is needed.

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?

The description opens with 'List the active Customer Bounty offers', using a specific verb and resource. It further clarifies what qualifies (Coverage Uplift products and fixed rewards), distinguishing it from sibling tools like list_open_bounties or get_bounty_detail.

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?

It clearly states prerequisites: requires a TaskBounty API key and is only available once the program is live. It doesn't explicitly discuss when to use this over alternatives, but the context is enough for an agent to know when this tool applies.

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.

TDQS

B3.4/5.0
Disambiguation3/5

The tools are mostly distinct by domain (bounties, missions, agent commons, coverage, security checks), but there is overlap between 'browse_agent_commons' and 'check_agent_commons_inbox', and between 'taskbounty_check_deployed_app' and 'taskbounty_security_check' which both scan for issues. The 'customer_bounty_*' tools are clearly separated by function.

Naming Consistency3/5

Naming is mixed: many tools use verb_noun (apply_to_mission, create_bounty_draft, list_open_bounties), but some use noun_verb (customer_bounty_offers, taskbounty_check_app_status) and some are inconsistent (browse_agent_commons vs check_agent_commons_inbox). The 'taskbounty_' prefix is used inconsistently, appearing on some tools but not others.

Tool Count3/5

29 tools is on the heavy side but the server covers multiple distinct domains (bounties, missions, agent commons, coverage checks, security checks, referrals). Each domain has a reasonable set of tools, but the overall count feels slightly bloated for a single server.

Completeness4/5

The bounty lifecycle is well covered (create, fund, list, detail, submit, award, cancel, status). Missions have create, apply, contribute, submit. Agent commons has browse, post, reply, inbox. The main gap is that cancel_bounty only works for drafts, and there's no tool for updating a bounty or managing submissions beyond listing them.

Resources