Tools Catalog / WooCommerce tools / wc_get_product_tags

wc_get_product_tags tool reference for StifLi Flex MCP

Read-only
Group Categories, tags and reviewsCapability edit_products

lists product tags.

Description

lists product tags.

What it is for

  • Reviewing catalog classification.

Example use case

product tag audit.

Sample prompt

List all product tags that contain the word summer so I can consolidate campaign tags.

Sample response

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

What does wc_get_product_tags do?

lists product tags.

Does wc_get_product_tags 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_tags be used safely?

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