gf_get_entries tool reference for Gravity Forms
Sensitive readgets entries from a Gravity Forms form.
Description
gets entries from a Gravity Forms form.
What it is for
- Reviewing submissions and customer data.
Example use case
lead analysis.
Sample prompt
Get the latest entries from Gravity Form ID 7 and summarize the top lead sources.
Sample response
{
"tool": "gf_get_entries",
"status": "ok",
"items": []
}
What does gf_get_entries do?
gets entries from a Gravity Forms form.
Does gf_get_entries modify site data?
It does not write data, but it can expose sensitive plugin or submission details.
Which capability is commonly required?
It usually runs with controls compatible with manage_options and the active MCP profile.
How should gf_get_entries be used safely?
Restrict by profile and avoid exposing full payloads in shared logs.
Which plugin is required?
Gravity Forms must be installed and active in the target WordPress environment.
