2
2ools
/approve_version
Approve a 2ools version
Use separately delegated review authority to approve one saved version and make it the project's active version. Does not publish, export, or change project per
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 /approve_version for me.
Input
| Field | Type | Description |
|---|---|---|
| project_id* | string | Project containing the candidate version. |
| version_id* | string | Saved candidate version to approve. |
| confirmation* | string | Explicit approval confirmation. |
| decision_note | string | Optional review note stored with the delegated decision. default "" |
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":"/approve_version","input":{"project_id":"...","version_id":"...","confirmation":"...","decision_note":""}}'cli
npx cracked-ai run -p mcp-app-2ools-mcp -e /approve_version -i '{"project_id":"...","version_id":"...","confirmation":"...","decision_note":""}'mcp
run_tool({ provider: "mcp-app-2ools-mcp", endpoint: "/approve_version", input: {"project_id":"...","version_id":"...","confirmation":"...","decision_note":""} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.