RegLayer Instant Decision Briefs
RI
RegLayer Instant Decision Briefs
/get_instant_brief_status

Get Instant Brief status

Read private order status. If status is researching, close the call and invoke this tool again after 20 seconds.

liveverifiedunknown~5s typical
mcpprobedreglayerinstantdecision
$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-reglayer-instant-decision-briefs /get_instant_brief_status for me.

Input

FieldTypeDescription
order_id*stringThe order_id returned by the paid Instant Brief purchase request.
access_token*stringThe private RegLayer access token returned with the order. Send it only to RegLayer and ne

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-reglayer-instant-decision-briefs","endpoint":"/get_instant_brief_status","input":{"order_id":"...","access_token":"..."}}'
cli
npx cracked-ai run -p mcp-ai-reglayer-instant-decision-briefs -e /get_instant_brief_status -i '{"order_id":"...","access_token":"..."}'
mcp
run_tool({ provider: "mcp-ai-reglayer-instant-decision-briefs", endpoint: "/get_instant_brief_status", input: {"order_id":"...","access_token":"..."} })

Try it

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