Tools Catalog / WooCommerce tools / wc_get_tax_classes

wc_get_tax_classes tool reference for StifLi Flex MCP

Read-only
Group TaxesCapability manage_woocommerce

lists tax classes.

Description

lists tax classes.

What it is for

  • Reviewing tax configuration.

Example use case

fiscal setup audit.

Sample prompt

List all WooCommerce tax classes so I can review our current tax setup.

Sample response

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

What does wc_get_tax_classes do?

lists tax classes.

Does wc_get_tax_classes 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_tax_classes be used safely?

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