2ools
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

FieldTypeDescription
existing_project_idstringKnown canonical project ID from list_projects or a Project OS URL. Passing it prevents cre
project_name*stringApproved project name.
goal*stringApproved outcome or mission for the existing project.
current_state*stringApproved factual summary of where the project stands now.
decisionsarrayApproved decisions that future work must preserve.
next_step*stringApproved next useful step.
output_targetstring (web | game | tauri | electron | widget | float)What the existing project ultimately produces; use freeform when it is not a build artifac default "freeform"
approval*stringExplicit confirmation that the person approved this proposed record.
idempotency_key*stringCaller-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.