create_proposal
ActiveTool of com.mudko/agent-ready-kit
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"
}
}
}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