wc_get_webhooks tool reference for StifLi Flex MCP
Read-onlylists WooCommerce webhooks.
Description
lists WooCommerce webhooks.
What it is for
- Seeing configured outbound integrations.
Example use case
integration inventory.
Sample prompt
List all WooCommerce webhooks so I can review which external systems receive order events.
Sample response
{
"tool": "wc_get_webhooks",
"status": "ok",
"items": []
}
What does wc_get_webhooks do?
lists WooCommerce webhooks.
Does wc_get_webhooks modify store data?
No. It is a read-only operation and does not modify commerce data or settings.
Which capability is commonly required?
It usually runs under controls compatible with manage_woocommerce and the active MCP profile.
How should wc_get_webhooks be used safely?
Limit scope with filters and pagination to reduce overexposure of data.
