wc_get_shipping_zone_methods tool reference for StifLi Flex MCP
Read-onlygets the shipping methods for a zone.
Description
gets the shipping methods for a zone.
What it is for
- Reviewing active methods by zone.
Example use case
operational shipping check.
Sample prompt
Get the shipping methods for zone ID 3 and show which methods are enabled.
Sample response
{
"tool": "wc_get_shipping_zone_methods",
"status": "ok",
"items": []
}
What does wc_get_shipping_zone_methods do?
gets the shipping methods for a zone.
Does wc_get_shipping_zone_methods 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_shipping_zone_methods be used safely?
Limit scope with filters and pagination to reduce overexposure of data.
