wpforms_get_entries tool reference for WPForms
Sensitive readgets entries from a WPForms form.
Description
gets entries from a WPForms form.
What it is for
- Analyzing leads or requests.
Example use case
reviewing recent inquiries.
Sample prompt
Get the latest entries from WPForms form ID 3 and summarize the most common support requests.
Sample response
{
"tool": "wpforms_get_entries",
"status": "ok",
"items": []
}
What does wpforms_get_entries do?
gets entries from a WPForms form.
Does wpforms_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 wpforms_get_entries be used safely?
Restrict by profile and avoid exposing full payloads in shared logs.
Which plugin is required?
WPForms must be installed and active in the target WordPress environment.
