B
Bucky
/saveToProject
Create or attach to a project
Create a new project from a site (`create`), attach lots (`attach_parcels`, using lot.parcelExternalId from getFeasibilitySnapshot), or attach a knowledge refer
liveverifiedunknown~5s typical
mcpprobedbucky
$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-com-buckybuild-bucky /saveToProject for me.
Input
| Field | Type | Description |
|---|---|---|
| action* | string (create | attach_reference | attach_parcels) | create: new project from a site. attach_parcels: attach lots to an existing project (use l |
| name | string | |
| address | string | |
| lat | number | |
| lng | number | |
| projectId | string | |
| sectionUuid | string | |
| parcelExternalIds | array | Source parcel ids to attach. Copy lot.parcelExternalId from getFeasibilitySnapshot, or fro |
| role | string (build | context) | build is the lot being developed; context is surrounding land. Default build. |
| radiusM | integer | Search half-width in metres when resolving parcel ids. Default 150. |
| idempotencyKey | string | |
| preview* | boolean | When true, return the field-level diff and write nothing. default false |
| context* | string | Explain why you are calling this tool and how it fits into the user's overall goal. This p |
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-com-buckybuild-bucky","endpoint":"/saveToProject","input":{"action":"create","preview":false,"context":"..."}}'cli
npx cracked-ai run -p mcp-com-buckybuild-bucky -e /saveToProject -i '{"action":"create","preview":false,"context":"..."}'mcp
run_tool({ provider: "mcp-com-buckybuild-bucky", endpoint: "/saveToProject", input: {"action":"create","preview":false,"context":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.