Get form details is a WordPress ability from Jetpack — usable via Easy MCP AI, which connects Claude, ChatGPT, and any AI assistant to your site.

Install Free Plugin →

Get form details

Read-only

Get a single form's full structure, including its field definitions, status, and edit URL.

Requires the Jetpack plugin on WordPress 6.9+. Abilities are registered by several bundled Jetpack packages (automattic/jetpack-backup, jetpack-connection, jetpack-forms, jetpack-stats) plus the main plugin's own registrars for Related Posts, Shortlinks, Sitemaps, Newsletter/Subscriptions, and Monitor. Permission requirements vary by ability — most gate on 'manage_options', 'jetpack_admin_page', or 'view_stats', while Forms abilities use 'edit_pages'. Backup abilities only register when a Backup product/plan is active; Sitemaps, Monitor, and Newsletter abilities only register when their respective module is turned on.

What it does

This ability retrieves one Jetpack Forms form by ID with its full structure: title, status, dates, edit URL, and a parsed list of its field blocks (each with label, type, whether it's required, and options or placeholder text where applicable). It fetches the form via the /wp/v2/jetpack-forms/{id} REST endpoint with context=edit so the raw block content is available, then walks the parsed blocks to extract field definitions without a second post lookup.

See it in action

You ask your AI assistant

"Show me the full field structure of form #12."

Inputs

Name Type Required Description
id integer Yes The form ID.

Returns

An object with id, title, status, fields (an array of {label, type, required, options?, placeholder?} objects), date, modified, and edit_url.

Permission

The current user must have the 'edit_pages' capability.

Newsletter

The AI + WordPress space moves fast. Keep up.

New tools, workflow ideas, and product updates — be the first to know what's next.

No spam, unsubscribe anytime.