Tools Catalog / WooCommerce tools / wc_get_sales_report

wc_get_sales_report tool reference for StifLi Flex MCP

Read-only
Group ReportsCapability view_woocommerce_reports

gets a sales report for a date range.

Description

gets a sales report for a date range.

What it is for

  • Daily, weekly, or monthly summaries.

Example use case

weekly business review.

Sample prompt

Get the sales report for the last 7 days and summarize revenue, order count, and average order value.

Sample response

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

What does wc_get_sales_report do?

gets a sales report for a date range.

Does wc_get_sales_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_sales_report be used safely?

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