2
2ools
/register_existing_project
Register an existing project
Create one durable Project OS record for a local or external project that list_projects did not match. When the canonical project ID is already known, pass exis
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 /register_existing_project for me.
Input
| Field | Type | Description |
|---|---|---|
| existing_project_id | string | Known canonical project ID from list_projects or a Project OS URL. Passing it prevents cre |
| project_name* | string | Approved project name. |
| goal* | string | Approved outcome or mission for the existing project. |
| current_state* | string | Approved factual summary of where the project stands now. |
| decisions | array | Approved decisions that future work must preserve. |
| next_step* | string | Approved next useful step. |
| output_target | string (web | game | tauri | electron | widget | float) | What the existing project ultimately produces; use freeform when it is not a build artifac default "freeform" |
| approval* | string | Explicit confirmation that the person approved this proposed record. |
| idempotency_key* | string | Caller-generated unique key. Reusing it returns the original project instead of creating a |
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":"/register_existing_project","input":{"project_name":"...","goal":"...","current_state":"...","next_step":"...","output_target":"freeform","approval":"...","idempotency_key":"..."}}'cli
npx cracked-ai run -p mcp-app-2ools-mcp -e /register_existing_project -i '{"project_name":"...","goal":"...","current_state":"...","next_step":"...","output_target":"freeform","approval":"...","idempotency_key":"..."}'mcp
run_tool({ provider: "mcp-app-2ools-mcp", endpoint: "/register_existing_project", input: {"project_name":"...","goal":"...","current_state":"...","next_step":"...","output_target":"freeform","approval":"...","idempotency_key":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.