Pixel Manager for WooCommerce Abilities
Pixel Manager for WooCommerce exposes its conversion-tracking setup as abilities, letting AI read pixel status, plugin/debug info, and the full settings catalog for Google Ads, GA4, Meta, TikTok and other destinations — and, when writes are enabled, configure and update those settings directly.
8
Total
6
Read
2
Write
Requires the Pixel Manager for WooCommerce plugin on WordPress 6.9+ (Abilities API support, guarded by a function_exists('wp_register_ability') check). Read abilities require the 'manage_options' capability or, for the settings-catalog abilities, current_user_can('manage_woocommerce') or current_user_can('manage_options'). The two write abilities (pmw/update-settings and pmw/configure-pixel) only register at all when settings writes are enabled, which site owners can turn off site-wide with add_filter('pmw_abilities_allow_write', '__return_false').
Configure Pixel
Writepmw/configure-pixel
Configures a single tracking pixel (e.g. Google Ads, Meta, TikTok) in one call and returns its resulting setup status.
Get Debug Info
Read-onlypmw/get-debug-info
Returns the plugin's full formatted debug report covering environment, pixel configuration, consent mode, and tracking accuracy.
Get Plugin Info
Read-onlypmw/get-plugin-info
Retrieves the plugin's version, license tier, distribution channel, and WooCommerce/WordPress/PHP environment details.
Get Settings
Read-onlypmw/get-settings
Retrieves the current values of every configurable Pixel Manager setting, with secret values redacted to a set/not-set flag.
Get Settings Schema
Read-onlypmw/get-settings-schema
Returns the machine-readable catalog of every configurable Pixel Manager setting, grouped by tracking destination, with types, defaults, and requirements.
Get Setup Status
Read-onlypmw/get-setup-status
Returns a derived setup checklist showing which pixels are configured, what required settings are missing, and prioritized next steps.
Get Tracking Status
Read-onlypmw/get-tracking-status
Reports which tracking pixels (Google Ads, GA4, Meta, TikTok, Bing and more) are configured and active, and whether they track via browser or server-side.
Update Settings
Writepmw/update-settings
Applies a sparse patch of one or more Pixel Manager settings by dot-notation path, validating each value and leaving everything else untouched.
More Analytics & Tracking plugins with abilities
All Analytics & Tracking →Use Pixel Manager for WooCommerce's abilities with AI
Install Easy MCP AI on your WordPress site and any AI assistant can call these abilities in minutes.