2
2ools
/reject_version
Reject a 2ools version
Use separately delegated review authority to reject one saved version. If it is active, restores its saved parent as active; the rejected version remains in imm
liveunknown~5s typical
mcp2ools
$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-app-2ools-mcp /reject_version for me.
Input
| Field | Type | Description |
|---|---|---|
| project_id* | string | Project containing the candidate version. |
| version_id* | string | Saved candidate version to reject. |
| confirmation* | string | Explicit rejection confirmation. |
| decision_note* | string | Review feedback explaining what the next child revision should change. |
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-app-2ools-mcp","endpoint":"/reject_version","input":{"project_id":"...","version_id":"...","confirmation":"...","decision_note":"..."}}'cli
npx cracked-ai run -p mcp-app-2ools-mcp -e /reject_version -i '{"project_id":"...","version_id":"...","confirmation":"...","decision_note":"..."}'mcp
run_tool({ provider: "mcp-app-2ools-mcp", endpoint: "/reject_version", input: {"project_id":"...","version_id":"...","confirmation":"...","decision_note":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.