Tools Catalog / WooCommerce tools / wc_get_top_sellers_report

wc_get_top_sellers_report tool reference for StifLi Flex MCP

Read-only
Group ReportsCapability view_woocommerce_reports

gets the top-selling products.

Description

gets the top-selling products.

What it is for

  • Analyzing the catalog and trends.

Example use case

product performance review.

Sample prompt

Show me the top-selling WooCommerce products for the last 30 days.

Sample response

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

What does wc_get_top_sellers_report do?

gets the top-selling products.

Does wc_get_top_sellers_report 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 view_woocommerce_reports and the active MCP profile.

How should wc_get_top_sellers_report be used safely?

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