Tools Catalog / WooCommerce tools / wc_get_tax_rates

wc_get_tax_rates tool reference for StifLi Flex MCP

Read-only
Group TaxesCapability manage_woocommerce

lists tax rates, optionally filtered by class.

Description

lists tax rates, optionally filtered by class.

What it is for

  • Auditing rates by country, state, or class.

Example use case

regional tax review.

Sample prompt

List tax rates for the reduced-rate class so I can verify the current percentages.

Sample response

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

What does wc_get_tax_rates do?

lists tax rates, optionally filtered by class.

Does wc_get_tax_rates 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_rates be used safely?

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