update_entries

Standard MCP tool.

Update an existing entry or entries in a Formulize form.

Properties

Property Type Required? Description
form_id integer Required

Required. Form ID containing the entries to update.

data array of object Required

Required. An array where each item is a key-value pair of data to update in an entry. The key-value pairs must include the key “entry_id” paired with the ID of the entry to update.

proxy_user_id integer Optional

Optional. Change the owner of the entry, and thereby the groups that the entry belongs to, by providing a user id here. Changing the entry owner can change who can see this data, depending on the way permissions are set for this form. Use get_form_permissions_by_group and list_a_users_groups to check who can access which entries in the given form.

← Back to the MCP reference