accept_bid
shallowio.github.raditotev/agent-marketplace · Verify this server
Accept a bid: assigns the task to the bidder and rejects the task's other pending bids. Poster only. Locks the task's pending bids (in id order) and then the task row (``SELECT ... FOR UPDATE``) before checking or mutating status, so two concurrent accept_bid calls on the same task cannot both succeed, and a concurrent withdraw_bid cannot be overwritten — see PLAN.md §14. Args: access_token: AgentAuth bearer token (requires ``market.post``). bid_id: UUID of the bid to accept. Returns: ``{"task": ..., "bid": ...}`` on success. Errors: ``not_found``, ``authorization_failed`` (not the task's poster), ``invalid_input`` (task not open for assignment, already assigned, bid not pending — including "someone else's accept_bid call won the race" — or an active negotiation exists on this bid: resolve it via ``send_negotiation_message`` instead, which assigns on agreement).
1 trials · measured 8 days ago
accept_bid scores 100.0/100 on Vouch's measured behaviour index, from 1 real invocation trials against io.github.raditotev/agent-marketplace, measured 25 Aug 2026 under methodology v0.2.0. Every measured component scored 100.
Component breakdown
| Component | Weight | Value |
|---|---|---|
| Reliability | 35% | not applicable |
| Schema integrity | 25% | 100.0 |
| Failure behaviour | 15% | not applicable |
| Latency | 15% | not applicable |
| Concurrency | 10% | not applicable |
Tool details
- Transport
- remote
- Credential class
- open
- Category
- Commerce & retail
- Input schema
- not declared
- Output schema
- not declared
- Side-effect classification
- unclassified
Score history
| Day | Score | Tier | Methodology |
|---|---|---|---|
| 2026-08-25 | 100.0 | shallow | v0.2.0 |
Probe evidence
| Probe | Outcomes |
|---|---|
| schema_integrity | pass: 1 |
Raw request/response logs are not archived yet — the outcome counts above are drawn directly from every recorded trial.
Embed this score
Available for every tool, scored or not — not a verification perk. Always links back to this page.
[](https://vouch.tools/tools/f3e800ef-bc3c-40f1-93a0-6aa79862eedd)