Save project
save_projectPersist a CivilQuants project with its assembly list. Each call creates a new project — it never overwrites an existing one. To revise a saved project's parameters: call get_project to recover its assemblies, amend the values, then call save_project again with the amended list (a revision-suffixed name like 'Pump Station R02' keeps the history browsable) and run recompute_project on the new project_id — recompute_project takes no parameter overrides. To measure a different assembly type instead, route via resolve_assembly_from_description. Re-find saved work in a later conversation with list_projects or get_project by exact name. Paid tier only — anonymous callers receive a TIER_INSUFFICIENT envelope pointing at https://civilquants.com/pricing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes | Body for ``POST /api/v1/mcp/project/save``. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |