Skip to main content
Glama
kevi-ai

AI Bounty Board MCP Server

by kevi-ai

get_bounty

Retrieve detailed information about a specific bounty by its ID, including requirements, rewards, and current status.

Instructions

Get detailed information about a specific bounty by its ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe bounty ID (e.g., '24')
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. It only states 'Get detailed information', which is the purpose rather than behavioral disclosures such as whether auth is required, error handling for invalid IDs, or the exact response structure. This is minimal transparency.

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 redundant phrasing. Every word contributes to clarity, making it appropriately concise.

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?

For a simple get-by-ID tool with one parameter and no output schema, the description sufficiently conveys the core functionality and expected input. It doesn't enumerate what 'detailed information' includes, but this is a minor gap given the simplicity of the operation and clear sibling differentiation.

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%: the 'id' parameter is documented with type and example. The description mentions 'by its ID' but adds no new semantic meaning beyond the schema, so it remains at the baseline for high schema coverage.

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?

Description uses a specific verb 'Get' and resource 'bounty' with a clear qualifier 'by its ID', distinguishing it from siblings like list_bounties. It clearly states the action and scope.

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 phrase 'specific bounty by its ID' clearly implies this should be used when you have a bounty ID and need details, in contrast to list_bounties. However, it doesn't explicitly name alternatives or provide exclusion criteria, so it stops short of a 5.

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/kevi-ai/bounty-mcp-server'

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