wc_get_products tool reference for StifLi Flex MCP
Read-onlylists products with filters for status, category, tag, search, pagination, order, and type. It can include images, categories, attributes, variation counts, and pagination metadata.
Description
lists products with filters for status, category, tag, search, pagination, order, and type. It can include images, categories, attributes, variation counts, and pagination metadata.
What it is for
- Querying the catalog.
- Finding products by status, category, type, or search.
Example use case
catalog audit.
Sample prompt
List the latest 20 published products, include images and categories, and show pagination info.
Sample response
{
"tool": "wc_get_products",
"status": "ok",
"items": []
}
What does wc_get_products do?
lists products with filters for status, category, tag, search, pagination, order, and type. It can include images, categories, attributes, variation counts, and pagination metadata.
Does wc_get_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_products be used safely?
Limit scope with filters and pagination to reduce overexposure of data.
