forminator_get_entries tool reference for Forminator
Sensitive readgets entries from a Forminator form.
Description
gets entries from a Forminator form.
What it is for
- Analyzing data captured by forms.
Example use case
response review.
Sample prompt
Get the latest entries from Forminator form ID 5 and summarize the most common answers.
Sample response
{
"tool": "forminator_get_entries",
"status": "ok",
"items": []
}
What does forminator_get_entries do?
gets entries from a Forminator form.
Does forminator_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 forminator_get_entries be used safely?
Restrict by profile and avoid exposing full payloads in shared logs.
Which plugin is required?
Forminator must be installed and active in the target WordPress environment.
