Skip to main content
Glama

Fund a review bounty

fund_review_bounty

Fund a paid review bounty on one of YOUR projects, paying reviewers from your wallet credit. amount is US dollars per review (funds one review slot). Only the project owner can fund a bounty. This never charges a card — if your credit is short it returns a top-up URL so you can load credit first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountYesUS dollars per review, e.g. 5 for $5.00.
project_idYesYour project id or slug.

TDQS

A4.5/5.0
Behavior5/5

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

The description discloses key behaviors beyond annotations: it's a write operation (consistent with readOnlyHint=false), non-idempotent (as implied by idempotentHint=false), charges wallet credit, never charges a card, and returns a top-up URL on short credit. This provides comprehensive understanding of side effects.

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 extremely concise with three front-loaded sentences. It first states the primary action, then explains the amount parameter, then specifies ownership and payment constraints. Every sentence earns its place without repetition.

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 no output schema, the description effectively covers the tool's purpose, precondition (ownership), payment mechanism, failure mode (top-up), and parameter details. It provides sufficient context for an agent to correctly invoke the tool without needing additional information.

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 full coverage (100%) and clear descriptions for both parameters (amount as US dollars per review, project_id as id/slug). The description adds no new syntactic details beyond the schema, only behavioral context like ownership. Baseline 3 is appropriate.

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 clearly states the tool funds a paid review bounty on the user's own project, paying from wallet credit. This is a specific verb-resource combination (fund bounty) that is distinct from all sibling tools (add_review, get_project, etc.).

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 usage context: only project owners can use it, payment relies on wallet credit, and insufficient credit triggers a top-up URL. It lacks explicit comparison to alternatives or when-not-to-use scenarios, but the constraints are well articulated.

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.2/5.0
Disambiguation5/5

Every tool has a clear, distinct purpose: project CRUD, reviews, likes, bounties, and wallet. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case, making them predictable and easy to understand.

Tool Count5/5

8 tools cover the essential actions for a project review platform without being excessive or insufficient.

Completeness4/5

Core operations are present, but missing update and delete for projects and reviews, which are minor gaps agents can work around.

Resources