You're viewing a demo portfolio

Join the waitlist
PRSM

respond_to_offer

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

run.domani/domani

https://github.com/gwendall/domani

1/7 registries
View full server →
respond_to_offer — run.domani/domani — PRSM MCP