Tools Catalog / WooCommerce tools / wc_get_coupons

wc_get_coupons tool reference for StifLi Flex MCP

Read-only
Group CouponsCapability manage_woocommerce

lists coupons with filters for code, status, limit, offset, and order.

Description

lists coupons with filters for code, status, limit, offset, and order.

What it is for

  • Auditing active promotions.
  • Auditing draft, scheduled, private, or trashed coupons.

Example use case

promotion inventory.

Sample prompt

List coupons with status any ordered by date so I can review active, draft, and trashed promotions.

Sample response

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

What does wc_get_coupons do?

lists coupons with filters for code, status, limit, offset, and order.

Does wc_get_coupons 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_coupons be used safely?

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