U
upgrade-agent
/get_bid_status
get bid status
Check any bids already on a booking (submitted / accepted / declined) and the bid-eligible cabins with their ranges. Pass the sessionId from start_eligibility_c
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 /get_bid_status for me.
Input
| Field | Type | Description |
|---|---|---|
| sessionId | string | The sessionId from start_eligibility_check. Optional if conversationId is passed. |
| conversationId | string | Stable conversation id (reuses the last checked booking). |
| presentationReport | array | REPORT 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":"/get_bid_status","input":{}}'cli
npx cracked-ai run -p mcp-ai-upgradeagent-upgrade-agent -e /get_bid_status -i '{}'mcp
run_tool({ provider: "mcp-ai-upgradeagent-upgrade-agent", endpoint: "/get_bid_status", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.