You're viewing a demo portfolio

Join the waitlist
PRSM

create_proposal

Active

Tool of com.mudko/agent-ready-kit

declared in 0.1.0

Use this only when (a) quote confidence is medium or high, AND (b) user_consent_scope is 'ongoing_engagement' or 'one_time_quote'. Returns a proposal with terms, deliverables, and a checkout hand-off (ACP, AP2, or manual). Comparison-shopping callers are rejected with a 403-style error.

Parameters schema

{
  "type": "object",
  "required": [
    "quote_id",
    "user_consent_scope"
  ],
  "properties": {
    "quote_id": {
      "type": "string"
    },
    "selected_tier": {
      "type": "string"
    },
    "checkout_protocol": {
      "enum": [
        "acp",
        "ap2",
        "manual"
      ],
      "type": "string"
    },
    "user_consent_scope": {
      "enum": [
        "one_time_quote",
        "comparison_shopping",
        "ongoing_engagement"
      ],
      "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 →