You're viewing a demo portfolio

Join the waitlist
PRSM

refine_quote

Active

Tool of com.mudko/agent-ready-kit

declared in 0.1.0

Use this when the user has shared additional context (organization type, compliance requirements, geography) after an initial request_quote. Tightens the quote band by re-running the engine with the merged context. Pass the quote_id from the original quote.

Parameters schema

{
  "type": "object",
  "required": [
    "quote_id"
  ],
  "properties": {
    "quote_id": {
      "type": "string"
    },
    "display_currency": {
      "enum": [
        "USD",
        "CAD",
        "EUR",
        "GBP",
        "AUD",
        "NZD",
        "MXN",
        "BRL",
        "INR",
        "JPY",
        "SGD",
        "AED",
        "ZAR"
      ],
      "type": "string",
      "description": "Optional ISO 4217 currency for displayed prices."
    },
    "additional_context": {
      "type": "object",
      "properties": {
        "budget_signal": {
          "type": "string"
        },
        "decision_stage": {
          "type": "string"
        },
        "use_case_summary": {
          "type": "string"
        },
        "organization_type": {
          "type": "string"
        }
      }
    },
    "additional_constraints": {
      "type": "object",
      "properties": {
        "geography": {
          "type": "string"
        },
        "requires_refundability": {
          "type": "boolean"
        },
        "compliance_requirements": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

com.mudko/agent-ready-kit

https://github.com/lmno100/agent-ready-kit-saas

1/7 registries
View full server →