U
upgrade-agent
/get_eligibility_result
get eligibility result
Read the result of a secure eligibility check started with start_eligibility_check. Pass the sessionId returned by that tool. Returns the live eligibility outco
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_eligibility_result for me.
Input
| Field | Type | Description |
|---|---|---|
| sessionId* | string | The sessionId returned by start_eligibility_check. |
| conversationId | string | Optional stable conversation id — lets later tools (place_bid) reuse this booking without |
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_eligibility_result","input":{"sessionId":"..."}}'cli
npx cracked-ai run -p mcp-ai-upgradeagent-upgrade-agent -e /get_eligibility_result -i '{"sessionId":"..."}'mcp
run_tool({ provider: "mcp-ai-upgradeagent-upgrade-agent", endpoint: "/get_eligibility_result", input: {"sessionId":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.