Skip to main content
Glama

Search Bounties

search_bounties

Search and filter available NCTR bounties. Filter by category (entry, shopping, merch, referral, engagement), minimum/maximum NCTR amount, or keyword. Returns bounty details including name, amount, lock period, and requirements. All bounties use 360LOCK — tokens stay yours after the lock period.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keywordNoSearch keyword to match against bounty name, description, or tags
categoryNoFilter by bounty category: entry, shopping, merch, referral, engagement
max_amountNoMaximum NCTR amount
min_amountNoMinimum NCTR amount
repeatable_onlyNoIf true, only return bounties that can be earned multiple times

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations provided, the description carries the full transparency burden. It discloses return contents (name, amount, lock period, requirements) and adds the 360LOCK behavioral detail ('tokens stay yours after the lock period'). However, it doesn't mention potential quirks like result limits or ordering, but for a read-only search tool this is adequate.

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 three sentences, front-loaded with the primary purpose, then filter criteria, then return behavior and a noteworthy lock detail. Every sentence adds value with no redundancy or filler.

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?

Given 5 optional parameters and no output schema, the description covers the tool's purpose, filter dimensions, return fields, and a distinctive feature (360LOCK). It doesn't explain filter combinability or result ordering, but for a search tool this is reasonably complete.

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 100%, with each parameter individually described. The description adds grouping and context (e.g., listing category enum values) but doesn't provide new semantic information beyond what the schema already conveys, consistent with the baseline 3.

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 clearly states the tool's function: 'Search and filter available NCTR bounties' with specific filter dimensions (category, amount, keyword). It doesn't explicitly contrast with sibling tools like get_active_promotions, so it falls short of a 5, but the resource and verb are specific enough to distinguish it.

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?

The description implies usage (search bounties when you need filtering) and lists filter options, but provides no explicit when-to-use or when-not-to-use guidance, nor does it mention alternatives. This is implied usage rather than clear exclusions.

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

A4.1/5.0
Disambiguation5/5

Each tool targets a distinct aspect of the NCTR ecosystem: tier requirements, promotions, earning rates, funding, communities, onboarding, and bounties. The only potential overlap is between tier requirements and earning rates, but descriptions clearly separate requirements from multipliers. No ambiguity exists in selecting the appropriate tool for a task.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern, with six using 'get_' and two using 'check_' and 'search_' respectively, all adhering to a verb-first convention. The naming is uniform and predictable across the entire set.

Tool Count5/5

With 7 tools, the server is well-scoped for covering the NCTR program's informational and onboarding capabilities. Each tool serves a unique purpose without redundancy, and the count falls comfortably within the ideal 3-15 range.

Completeness4/5

The server covers major informational needs: tier progression, earning rates, bounties, promotions, funding, and impact engines. It lacks a direct 'get my status' or 'get my referral code' tool, but for a public-facing informational server, these are minor gaps that agents can work around.