Tools Catalog / Plugin integrations / Forminator / forminator_list_forms

forminator_list_forms tool reference for Forminator

Sensitive read
Group ForminatorCapability manage_options

lists Forminator forms, polls, and quizzes.

Description

lists Forminator forms, polls, and quizzes.

What it is for

  • Discovering Forminator assets.

Example use case

Forminator audit.

Sample prompt

List all Forminator forms, polls, and quizzes so I can review what is currently published.

Sample response

{
  "tool": "forminator_list_forms",
  "status": "ok",
  "items": []
}

What does forminator_list_forms do?

lists Forminator forms, polls, and quizzes.

Does forminator_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 forminator_list_forms 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.