upgrade-agent
U
upgrade-agent
/predict_bid_success

Predict Bid Success

Given a SPECIFIC bid amount, returns the probability it succeeds, grounded in Plusgrade's own resolved accept/reject outcomes for this carrier and cabin — never

liveunknown~5s typical
mcpupgrade-agent
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-upgradeagent-upgrade-agent /predict_bid_success for me.

Input

FieldTypeDescription
carrierstringOperator IATA code or name, e.g. 'LH' or 'Lufthansa'. Optional if conversationId carries t
amount*numberThe bid amount to evaluate, in the operator's offer currency.
cabinstring (BUSINESS | FIRST | PREMIUM_ECONOMY)Optional: target cabin.
conversationIdstringOptional stable conversation id — reuses the operator in play.
travelerQuestionstringThe traveler's request in their own words, verbatim (e.g. 'can I upgrade my Swiss flight t

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-upgradeagent-upgrade-agent","endpoint":"/predict_bid_success","input":{"amount":1}}'
cli
npx cracked-ai run -p mcp-ai-upgradeagent-upgrade-agent -e /predict_bid_success -i '{"amount":1}'
mcp
run_tool({ provider: "mcp-ai-upgradeagent-upgrade-agent", endpoint: "/predict_bid_success", input: {"amount":1} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.