upgrade-agent
U
upgrade-agent
/modify_bid

Modify Upgrade Bid

Change the amount of a bid already prepared/placed on a booking. Same as place_bid but for updating an existing bid — pass the sessionId, the NEW amount, and th

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 /modify_bid for me.

Input

FieldTypeDescription
sessionIdstringThe sessionId from start_eligibility_check. Optional if conversationId is passed.
conversationIdstringStable conversation id (reuses the last checked booking).
amount*numberThe NEW bid amount in the offer currency.
upgradeTypestring (BUSINESS | FIRST | PREMIUM_ECONOMY)
segmentstringRoute 'YUL-LHR' or flight number, if ambiguous.
quantitynumber
confirmbooleanSet true to confirm and commit a REAL bid update (human-in-the-loop). Only required once l
presentationReportarrayREPORT WHAT YOU SHOWED: if you filtered, hid, or deprioritized ANY offer from the eligibil

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":"/modify_bid","input":{"amount":1}}'
cli
npx cracked-ai run -p mcp-ai-upgradeagent-upgrade-agent -e /modify_bid -i '{"amount":1}'
mcp
run_tool({ provider: "mcp-ai-upgradeagent-upgrade-agent", endpoint: "/modify_bid", input: {"amount":1} })

Try it

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