Save Staffing Plan
save_staffing_planPersist a non-contact staffing plan for 30 days so it can be shared, resumed, or linked to a later quote request. Use only when plan_staffing returned plan_complete without a plan_id.
Instructions
Explicitly save a complete non-contact staffing plan for 30 days so it can be shared, resumed, or linked to a later quote request. Use only when plan_staffing returned plan_complete:true without a plan_id and the user needs persistence. Never call this tool when plan_staffing already returned a plan_id. Provide the same confirmed city, date, event type, attendees, roles, headcount, hours, and days; the server recomputes rates, totals, lead time, and compliance before saving and does not accept caller-supplied pricing or totals. This does not reserve staff, submit contact details, or request a quote. Branch on status: saved is the only outcome with a durable plan_id; plan_incomplete requires revising the inputs; for rate_limited or storage_unavailable, give the buyer continuation.form_url directly because request_quote requires a saved plan_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | Event city, name or slug (e.g. Chicago). | |
| roles | Yes | Confirmed roles, headcount, hours, and days to recompute and save. | |
| attendees | No | Expected attendee count. | |
| event_date | No | Event date as YYYY-MM-DD; legacy recognizable dates are still accepted. | |
| event_type | No | trade-show, conference, festival, concert, sporting-event, corporate, brand-activation, or other. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Discriminator. Only status:saved means a resumable plan_id exists. | |
| message | Yes | ||
| plan_id | No | 12-character reference for the saved non-PII snapshot. | |
| created_at | No | ||
| expires_at | No | Conservative 30-day expiry for the saved snapshot. | |
| plan_status | No | Planner branch that prevented persistence. | |
| continuation | No | ||
| next_actions | Yes | ||
| resource_uri | No | Public no-store REST URI that restores the saved artifact. | |
| schema_version | No | ||
| quote_readiness | No | The buyer must open the handoff form and personally submit their contact details. | |
| retry_after_seconds | No |