Tools Catalog / WooCommerce tools / wc_get_product_attributes

wc_get_product_attributes tool reference for StifLi Flex MCP

Read-only
Group Products and variationsCapability edit_products

lists global WooCommerce product attributes (attribute taxonomies).

Description

lists global WooCommerce product attributes (attribute taxonomies).

What it is for

  • Auditing global attribute definitions such as color, size, or material.
  • Discovering attribute IDs before assigning them to products.

Example use case

attribute catalog audit.

Sample prompt

List global WooCommerce product attributes with their taxonomy names and IDs.

Sample response

{
  "tool": "wc_get_product_attributes",
  "status": "ok",
  "items": []
}

What does wc_get_product_attributes do?

lists global WooCommerce product attributes (attribute taxonomies).

Does wc_get_product_attributes 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 edit_products and the active MCP profile.

How should wc_get_product_attributes be used safely?

Limit scope with filters and pagination to reduce overexposure of data.