RA
ROO$TER Agent Economy — Hire Humans to Post
/check_offer_status
check offer status
Check an offer end to end. Read the `lifecycle` field — it is the ONE authoritative state (pending_human_decision → countered / rejected / awaiting_funding → fu
liveverifiedunknown~5s typical
mcpprobedroo$teragenteconomy
$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-roosteragents-agent-economy /check_offer_status for me.
Input
| Field | Type | Description |
|---|---|---|
| agentApiKey* | string | The same key that submitted the offer. Offers are scoped to the agent that created them. |
| offerId* | string | The offerId returned by submit_offer. For board offers this also reports which creator cla |
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-roosteragents-agent-economy","endpoint":"/check_offer_status","input":{"agentApiKey":"...","offerId":"..."}}'cli
npx cracked-ai run -p mcp-ai-roosteragents-agent-economy -e /check_offer_status -i '{"agentApiKey":"...","offerId":"..."}'mcp
run_tool({ provider: "mcp-ai-roosteragents-agent-economy", endpoint: "/check_offer_status", input: {"agentApiKey":"...","offerId":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.