wc_get_low_stock_products tool reference for StifLi Flex MCP
Read-onlygets products below a stock threshold.
Description
gets products below a stock threshold.
What it is for
- Inventory alerts.
- Restocking reports.
Example use case
replenishment planning.
Sample prompt
List all products with stock below 5 units so I can prepare a restocking plan.
Sample response
{
"tool": "wc_get_low_stock_products",
"status": "ok",
"items": []
}
What does wc_get_low_stock_products do?
gets products below a stock threshold.
Does wc_get_low_stock_products 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 edit_products and the active MCP profile.
How should wc_get_low_stock_products be used safely?
Limit scope with filters and pagination to reduce overexposure of data.
