MCP tool Inputs
remove_field
Remove a field
writes data destructive — asks for confirmation renders an in-chat view
Remove one field/question from a form by its key. Does not delete collected responses.
Ask your assistant
Remove the fax number field.
Removing a field never deletes collected data — existing responses keep their answers; new respondents simply don’t see the field after you republish.
| 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. |
| key * | string |
* required
Guides using this tool