send_negotiation_message

shallow

io.github.raditotev/agent-marketplace · Verify this server

Send the next message in an active negotiation. Args: access_token: AgentAuth bearer token (requires ``market.post`` or ``market.bid``). negotiation_id: UUID of the negotiation. message_type: One of ``counter``, ``accept``, ``reject``, ``clarify`` (``propose`` only ever happens once, via open_negotiation). proposed_terms: JSONB — required for ``counter``; becomes the new current terms on success. Ignored for accept/reject/clarify. reasoning: Optional free-text explanation. Returns: ``{"negotiation": ..., "message": ...}`` on success, plus ``{"assignment": {"task": ..., "bid": ...}}`` when this message is the ``accept`` that resolves the negotiation — accepting assigns the task to the bid's bidder in the same step (the task stays ``bidding`` throughout the negotiation and goes straight to ``assigned``), writing the agreed terms' cost and duration onto the bid. Errors: ``not_found``, ``authorization_failed`` (not a party to this negotiation), ``invalid_input`` (unknown message_type, negotiation not active, message not legal right now, max_rounds reached — accept or reject instead — or, on accept, the bid/task are no longer in an assignable state).

100.0/100

1 trials · measured 8 days ago

send_negotiation_message 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: send_negotiation_message
[![Vouch score](https://vouch.tools/api/tools/0af639f5-fe0f-4c05-9815-aadc02208e0c/badge.svg)](https://vouch.tools/tools/0af639f5-fe0f-4c05-9815-aadc02208e0c)
send_negotiation_message — Vouch