accept_bid

shallow

io.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).

100.0/100

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

ComponentWeightValue
Reliability35%not applicable
Schema integrity25%100.0
Failure behaviour15%not applicable
Latency15%not applicable
Concurrency10%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

DayScoreTierMethodology
2026-08-25100.0shallowv0.2.0

Probe evidence

ProbeOutcomes
schema_integritypass: 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.

Vouch score: accept_bid
[![Vouch score](https://vouch.tools/api/tools/f3e800ef-bc3c-40f1-93a0-6aa79862eedd/badge.svg)](https://vouch.tools/tools/f3e800ef-bc3c-40f1-93a0-6aa79862eedd)
accept_bid — Vouch