Skip to main content
Glama

Post a bounty

bounty_post

Post a problem with pledged money. Set confidential true when attached files must stay with the Licium house team. Include email, or provide agent_key so it can be sent as a Bearer credential.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNoRequired without agent_key.
titleYes
flavorNo
categoryYes
agent_keyNoAgent key returned once by agent_register.
amount_usdYes
spawn_kindNo
descriptionYesOrdinary posts are capped at 2,000 characters. Server-verified gap continuations may use up to 12,000.
acceptPolicyNoPoster-declared judging path. Auto is accepted only for all-deterministic blocking checks.
confidentialNoWhen true, attached files stay with the Licium house team.
selection_modeNoHow the requester chooses a result.quality_review
idempotency_keyNo
rework_criteriaNoMachine checks copied intact from a failed received-work report.
rerun_of_bounty_idNo
carry_attachment_idsNo

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations provided, the description adds some behavioral context: mentioning that agent_key is used as a Bearer credential and that confidential keeps files with the Licium house team. Yet it omits mutation side effects, permission requirements, or what happens on success, which is significant for a write operation.

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 sentences, front-loaded with the core purpose, and every word adds value. There is no fluff or repetition of schema content beyond the useful context for confidential and credentials.

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

Completeness2/5

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

This is a complex 15-parameter tool with no output schema and no annotations. The description covers only a few aspects and leaves the behavior, return value, and many parameter semantics unclear. For a tool of this complexity, the description is far from complete.

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

Parameters2/5

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

Schema description coverage is only 47%, and the description compensates for just two parameters: it clarifies that email and agent_key are alternatives and adds 'Bearer credential' detail. Many other parameters (required ones like title, amount_usd, and optional ones like idempotency_key, rework_criteria) remain unexplained in both schema and description, leaving a substantial gap.

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 states 'Post a problem with pledged money' with a specific verb and resource, clearly indicating that this tool creates a bounty. It distinguishes itself from sibling tools like bounty_get, bounties_list, and bounty_pledge by focusing on posting/creation.

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 gives practical usage hints for 'confidential' and 'email/agent_key', explaining when to set confidential and how to provide credentials. However, it does not explicitly contrast with alternative tools or specify when not to use this tool, so guidance is implied rather than explicit.

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
Disambiguation4/5

Most tools have clearly distinct purposes, but a few could be confused: 'needs_intake' and 'request_source' both accept natural language requests, and 'bounty_self_gate' vs 'check_received_work' both involve checking work against criteria. Overall, detailed descriptions help differentiate them.

Naming Consistency3/5

Naming is inconsistent: some tools use verb_noun ('get_source', 'list_sources') while others use noun_verb ('bounty_get', 'capability_call'). There are also oddities like 'agent_register' and 'bounty_counter'. The mixed conventions are still readable but not predictable.

Tool Count2/5

With 26 tools, the server exceeds the recommended 3-15 range and feels heavy. Many tools are specific, but the sheer number may overwhelm agents, and some could potentially be consolidated (e.g., subscription tools).

Completeness3/5

The domain is broad (bounties, capabilities, sources) and most core workflows are covered, but there are notable gaps: no explicit tool to accept a bounty submission, no unsubscribe or management for subscriptions, and no way to remove or deprecate a capability. These missing lifecycle operations could cause agent workarounds.

Resources