Skip to main content
Glama

EventTrader MCP

Feature Place Bid

feature_place_bid
Destructive

Feature Leaderboard: place or raise the linked account's ET10 bid on one open feature to move it up the board. The first bid on a feature is at least the minimum from feature_bidding_rules. A bid can be raised, never lowered or withdrawn. A bid is NEVER collected (nothing is charged, locked or paid): the account must hold at least 100,000 ET10, and enough ET10 to cover ALL of its standing bids on open features, or the bid is refused and the reason is returned. Bug reports and shipped or closed features take no bids. A bid does not guarantee a feature is built. Bid only an amount your human approved.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
feature_idYesthe feature's number, from feature_board or the end of its cymetica.com/feature/<id> link
amount_et10Yesthe bid, a whole number of ET10, e.g. 10000

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.8/5.0
Behavior5/5

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

Even though destructiveHint=true is already annotated, the description adds substantial context: bids are never collected or charged, can be raised but never lowered or withdrawn, require 100,000 ET10 plus coverage of all standing bids, and are refused with a reason otherwise. It also discloses that a bid does not guarantee the feature is built.

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 dense but every sentence carries essential behavioral or eligibility information. It front-loads the core purpose and then layers constraints logically, with no filler or repetition of schema fields.

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?

Despite having no output schema, the description tells the agent everything needed to call the tool correctly: valid bid targets, minimums, balance requirements, irreversibility, refusal behavior, and the human-approval constraint. There are no critical gaps for successful invocation.

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

Parameters5/5

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

Schema coverage is 100%, but the description still adds meaning: feature_id comes from feature_board or the cymetica.com/feature/<id> link, amount_et10 must be a whole number, the first bid must meet the minimum from feature_bidding_rules, and the amount must be human-approved. This goes well beyond the schema's basic descriptions.

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 a specific verb and resource: "place or raise the linked account's ET10 bid on one open feature to move it up the board." It clearly differentiates this action from read-only sibling tools like feature_bids and feature_my_bids by establishing it as the mutating bid operation.

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 gives clear when-not conditions: bug reports and shipped or closed features take no bids, and bids below minimums are refused. It also references feature_bidding_rules for the minimum. However, it does not explicitly name alternative sibling tools or say when to prefer them over this action.

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.

Resources