MCP tool Inputs
reorder_fields
Reorder fields
writes data renders an in-chat view
Set the exact order of a form's fields. Pass every existing field key exactly once, in the new order.
Ask your assistant
Move the email field to the top of the form.
You say where things go; the assistant computes the full permutation. Ordering is the single source of truth even in multistep forms.
| Parameter | Type | Description |
|---|---|---|
| form_id | string | Form id (authenticated). From create_form/list_forms. |
| draft_token | string | Draft token (anonymous drafts, before sign-in). From create_form's draftToken. |
| order * | array of string |
* required
Guides using this tool