asksteps: create a branching funnel
asksteps_create_funnelCreates a conversational funnel in the connected asksteps account: one question at a time, where each answer decides what comes next. Requires "forms:write". Use this instead of asksteps_create_form when answers should lead to DIFFERENT follow-up questions, or when someone should be able to be ruled out part-way through. Give every question a short ref ("budget", "contact") and point each answer's target at another ref, at "next", at "success" or at "dismiss". The first question in the list is where the funnel starts. It is NOT published; publishing is a separate step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | Yes | The funnel: a name and its questions with their answers and targets. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Link that opens the form in the asksteps studio. Give it to the user so they can look at the result. Absolute when this deployment knows its public base URL, otherwise a site-relative path; never invent the domain part. | |
| note | Yes | One sentence for the user. On rejection it says exactly what to fix. | |
| formId | No | The id of the form. Keep it — it is how you read or change the form later. | |
| status | Yes | Outcome. One of: "created", "updated", "not_connected", "not_found", "invalid_spec" (the structure was rejected — the note says exactly what to fix), "not_editable" (this form cannot be written from a spec), "unavailable", "error". Authorisation can also refuse before the tool runs: "plan_required" (the account's plan does not include agent access), "not_enabled" (the account owner has not switched agent access on), "owner_required" (only the account owner may do this), "mandate_required" (the owner has not granted a mandate for this). The note then says what the user has to do. | |
| stepCount | No | Number of steps the form ended up with. | |
| fieldCount | No | Total number of fields across all steps. |