wpforms_list_forms tool reference for WPForms
Sensitive readlists WPForms forms with ID, title, status, and creation date.
Description
lists WPForms forms with ID, title, status, and creation date.
What it is for
- Discovering available forms.
Example use case
form inventory.
Sample prompt
List all WPForms forms so I can identify which contact and lead forms are active.
Sample response
{
"tool": "wpforms_list_forms",
"status": "ok",
"items": []
}
What does wpforms_list_forms do?
lists WPForms forms with ID, title, status, and creation date.
Does wpforms_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 wpforms_list_forms 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.
