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

Install Free Plugin →

Get Entry Details

Read-only
SureForms Forms sureforms/get-entry

Retrieve the full submitted data for a single SureForms entry, with field labels resolved.

Requires the SureForms plugin on WordPress 6.9+ (the Abilities API is gated behind function_exists('wp_register_ability'), so it degrades gracefully on WP 6.4-6.8). Abilities only register when the 'srfm_abilities_api' option is enabled in SureForms' AI settings, and every ability requires the current user to have the 'manage_options' capability. Abilities that create or modify data additionally require the 'srfm_abilities_api_edit' option to not be explicitly disabled; abilities that permanently delete data additionally require 'srfm_abilities_api_delete' to not be explicitly disabled.

What it does

This ability looks up one entry by ID from the entries table and parses its stored submission into a labeled form_data array (each item with label, value, and block_name), along with submission_info and the submitting user object (or null for anonymous submissions). It returns a not-found WP_Error if the entry doesn't exist. This is the detail view an AI assistant uses after list-entries has identified an entry worth inspecting.

See it in action

You ask your AI assistant

"Show me the full submitted data for entry 305."

Inputs

Name Type Required Description
entry_id integer Yes The ID of the entry to retrieve.

Returns

An object with id, form_id, form_name, status, created_at, a form_data array (label, value, block_name per field), submission_info, and user (object or null).

Permission

Requires the 'manage_options' capability, and the 'srfm_abilities_api' master option must be enabled. This ability has no additional gate option.

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.