Get Form Details


Ability Name: mo-otp/get-form-details

Purpose: Show the full configuration of a single form.

Description: Returns detailed settings for one form — verification type (phone/email), field mappings, and whether it is enabled.

Trigger Conditions:

  • "Show settings for the WooCommerce registration form"
  • "How is the login form configured?"

Input: { form_key: string }

Output: The form's full settings object.

Expected Output: A readable breakdown of that form's OTP configuration.

Agent Response Example: "WooCommerce Registration uses phone verification, OTP enabled, mapped to the billing_phone field."


For more information, visit our OTP Verification page.