asksteps: replace the questions and branching of a funnel
asksteps_update_funnelReplaces the questions and the branching of an existing funnel. Requires "forms:write". READ IT FIRST with asksteps_get_funnel and send back everything you want to keep — every question you leave out is gone. Design, settings and the end pages are NOT touched unless you include them. Refused for funnels built from a PDF and for anything this format cannot describe; the answer says which.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | Yes | The complete new funnel. Everything not included is removed. | |
| funnel_id | Yes | The funnel id, from asksteps_get_funnel. |
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. |