gf_list_forms tool reference for Gravity Forms
Sensitive readlists Gravity Forms forms with ID, title, description, and entry count.
Description
lists Gravity Forms forms with ID, title, description, and entry count.
What it is for
- Discovering Gravity Forms assets.
Example use case
Gravity Forms inventory.
Sample prompt
List all Gravity Forms forms with their entry counts so I can see which forms are active.
Sample response
{
"tool": "gf_list_forms",
"status": "ok",
"items": []
}
What does gf_list_forms do?
lists Gravity Forms forms with ID, title, description, and entry count.
Does gf_list_forms 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_list_forms 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.
