gf_update_entry tool reference for Gravity Forms
Writeupdates a Gravity Forms entry: status, read flag, starred flag, or field values.
Description
updates a Gravity Forms entry: status, read flag, starred flag, or field values.
What it is for
- Marking leads as processed.
- Correcting data or classifications.
Example use case
processing a sales lead.
Sample prompt
Mark Gravity Forms entry ID 1024 as read and starred because the sales team is already handling it.
Sample response
{
"tool": "gf_update_entry",
"status": "ok",
"updated": true
}
What does gf_update_entry do?
updates a Gravity Forms entry: status, read flag, starred flag, or field values.
Does gf_update_entry modify site data?
Yes. It can create, update, activate, deactivate, or delete data depending on arguments.
Which capability is commonly required?
It usually runs with controls compatible with manage_options and the active MCP profile.
How should gf_update_entry be used safely?
Require confirmation, test in staging first, and verify rollback coverage.
Which plugin is required?
Gravity Forms must be installed and active in the target WordPress environment.
