respond_to_offer
ActiveTool of run.domani/domani
declared in 1.0.0
Counter, accept, or decline the current offer in a negotiation when it's your turn. 'accept' locks the price at the amount on the table; the buyer then finalizes payment. Requires deals:write scope.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"negotiation_id",
"action"
],
"properties": {
"action": {
"enum": [
"counter",
"accept",
"decline"
],
"type": "string",
"description": "Your response"
},
"counter": {
"type": "number",
"description": "New amount in USD (required when action=counter)",
"exclusiveMinimum": 0
},
"message": {
"type": "string",
"maxLength": 1000
},
"negotiation_id": {
"type": "string",
"description": "The negotiation ID"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
run.domani/domani
https://github.com/gwendall/domani
1/7 registries