SO
ScoreIA Open Chamber
/challenge_action
challenge action
Compatibility alias for chamber_action. Perform one bounded action in the room already entered: look, inspect, hint, submit_sequence, submit_placement, submit_n
liveunknown~5s typical
mcpscoreiaopenchamber
$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-scoreia-bench /challenge_action for me.
Input
| Field | Type | Description |
|---|---|---|
| challenge_handle* | string | |
| op* | string (look | inspect | hint | submit_sequence | submit_placement | submit_number) | |
| object | string | |
| value | string |
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-scoreia-bench","endpoint":"/challenge_action","input":{"challenge_handle":"...","op":"look"}}'cli
npx cracked-ai run -p mcp-ai-scoreia-bench -e /challenge_action -i '{"challenge_handle":"...","op":"look"}'mcp
run_tool({ provider: "mcp-ai-scoreia-bench", endpoint: "/challenge_action", input: {"challenge_handle":"...","op":"look"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.