wc_get_attribute_terms tool reference for StifLi Flex MCP
Read-onlylists terms for a WooCommerce product attribute taxonomy using `attribute_id` or `attribute_slug`.
Description
lists terms for a WooCommerce product attribute taxonomy using `attribute_id` or `attribute_slug`.
What it is for
- Reviewing existing values for a global attribute.
- Preparing product attribute assignment workflows.
Example use case
size term review.
Sample prompt
List terms for the size attribute using attribute_slug pa_size so I can review available options.
Sample response
{
"tool": "wc_get_attribute_terms",
"status": "ok",
"items": []
}
What does wc_get_attribute_terms do?
lists terms for a WooCommerce product attribute taxonomy using `attribute_id` or `attribute_slug`.
Does wc_get_attribute_terms 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_attribute_terms be used safely?
Limit scope with filters and pagination to reduce overexposure of data.
