Create or attach to a project
saveToProjectCreate a new project from a site (create), attach lots (attach_parcels, using lot.parcelExternalId from getFeasibilitySnapshot), or attach a knowledge reference (attach_reference). Pass lat and lng on create: they resolve the project to a city, and geography.resolved: false on the result means the project has no city context and feasibility analysis will have nothing to resolve against. preview=true returns the field-level diff and writes nothing. A write returns a receipt. Not reversible on this surface: MCP cannot archive a project, detach a parcel, or detach a reference. Create accepts idempotencyKey.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | ||
| lng | No | ||
| name | No | ||
| role | No | build is the lot being developed; context is surrounding land. Default build. | |
| action | Yes | create: new project from a site. attach_parcels: attach lots to an existing project (use lot.parcelExternalId from getFeasibilitySnapshot). attach_reference: link a knowledge section to an existing project. | |
| address | No | ||
| context | Yes | Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization." | |
| preview | Yes | When true, return the field-level diff and write nothing. | |
| radiusM | No | Search half-width in metres when resolving parcel ids. Default 150. | |
| projectId | No | ||
| sectionUuid | No | ||
| idempotencyKey | No | ||
| parcelExternalIds | No | Source parcel ids to attach. Copy lot.parcelExternalId from getFeasibilitySnapshot, or from bucky parcels search. |