Open for Agents Docs

Core 0.3.15 · Assistant 0.1.8 · Brand v1.1.1 · WebMCP emerging standard

Documentation

Action Types Reference

Action types are classification labels, not claims of executable launch support. Common labels include search, contact_form, lead_form, add_to_cart, checkout_start, and auth.

Detection and action classification do not certify execution. Form providers have separate maturity, default-enablement, field, and version boundaries in the Integrations matrix. The launch matrix covers Contact Form 7 and WPForms Lite only.

Detected Action Types

Action TypeDescription
searchSite search actions (read-oriented query surfaces).
contact_formDetected contact workflows, including reviewed Contact Form 7 forms.
lead_formDetected lead workflows, including reviewed WPForms Lite forms.
browse_productsWooCommerce catalog/shop browsing actions.
add_to_cartAdds products to cart.
view_cartViews current cart state.
update_cartUpdates quantity/coupon/cart state.
checkout_startClassifies a detected checkout entry point; it is not an executable launch tool.
order_statusClassifies an authenticated order/account surface; it is excluded from launch execution.
authClassifies login, registration, or password-reset surfaces; they are excluded from launch execution.
submit_commentWordPress comment submission actions.
customGeneric/inferred custom actions (including mined AJAX/REST surfaces).

Risk Levels

  • Low: Read-oriented or low-impact interactions such as search.
  • Medium: State-changing interactions with limited commercial impact, typically non-payment forms.
  • High: Sensitive operations such as authentication, checkout, or account-management paths.

Form submission controls

Eligible form tools are irreversible and disabled by default. The exact provider form, supported field schema, notifications, redirects, and configured feeds require administrator review. The visitor then sees the extracted values and explicitly approves or cancels before the provider performs its own validation and submission.

Confidence Scale

  • High confidence (>= 0.80): Detector matched a known plugin API or strongly typed integration pattern.
  • Medium confidence (>= 0.50 and < 0.80): Action inferred from structured form semantics and endpoint behavior.
  • Low confidence (< 0.50): Action discovered through generic HTML or hook/route mining and should be manually reviewed before publication.

Auth Required and Restricted Flags

Auth required indicates that the action depends on a logged-in session or privileged capability. Restricted means the action is intentionally withheld from public tiers unless you explicitly allow it.

Admin UI Glossary

UI LabelMeaningPublication Impact
RiskOperational impact level: low, medium, high.Dangerous/high-risk actions are excluded from public tiers.
ConfidenceHow certain the detector is about action semantics.Use low confidence as a manual-review signal before publishing.
Auth RequiredAction depends on authenticated session or privileged context.Auth-required actions are excluded from public_standard.
RestrictedManual internal-only guard set in the Actions screen.Restricted actions are treated as dangerous and stay out of public tiers.
StatusEnabled or disabled in the local action map.Disabled actions are omitted from all exports.
Agent VisibilityAllowed agent contexts for discovering an action.Sensitive extension-visible actions are filtered in public exports.

Next: Publication Tiers