Request Quote
request_quoteConvert a saved staffing plan into a TempGuru-hosted review form. The buyer submits their own details directly to request a quote, keeping personal data out of the MCP call.
Instructions
Use only after the buyer reviews a staffing plan and asks to proceed. Requires the saved non-PII plan_id from plan_staffing or save_staffing_plan and returns a prefilled TempGuru-owned review form. This tool never accepts or transmits names, email, phone, company, or other contact details and never creates a CRM lead or quote reference. The buyer must open form_url, review the plan, enter their own details, and submit it; only that submission creates a lead. This is not a reservation and does not guarantee pricing or availability. If a complete plan has continuation.form_url but no plan_id, give that URL directly instead. Never collect contact details for an MCP call; re-run an expired plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | Yes | Saved non-PII plan reference returned by plan_staffing or save_staffing_plan. | |
| skill_id | No | Optional canonical TempGuru skill that assembled the plan. | |
| skill_version | No | Optional version of the TempGuru staffing skill used. | |
| source_platform | No | Optional agent/platform attribution, e.g. claude-ai, openclaw, or hermes. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Human-readable outcome to relay to the buyer. | |
| plan_id | Yes | ||
| form_url | No | Prefilled TempGuru-owned review form. Present only when handoff_ready is true. | |
| next_steps | Yes | Safe next actions; no agent-side contact collection. | |
| plan_found | Yes | Whether the supplied non-PII plan_id resolved before expiry. | |
| handoff_ready | Yes | true when the saved plan resolved and a prefilled buyer form URL was created. | |
| buyer_submission_required | Yes | Always true. The buyer, not the agent, must enter contact details and submit the form. |