wc_get_refunds tool reference for StifLi Flex MCP
Read-onlygets refunds for one order or all refunds.
Description
gets refunds for one order or all refunds.
What it is for
- Auditing reimbursements.
Example use case
refund review.
Sample prompt
List all refunds from the last 30 days so I can analyze refund volume and reasons.
Sample response
{
"tool": "wc_get_refunds",
"status": "ok",
"items": []
}
What does wc_get_refunds do?
gets refunds for one order or all refunds.
Does wc_get_refunds 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_shop_orders and the active MCP profile.
How should wc_get_refunds be used safely?
Limit scope with filters and pagination to reduce overexposure of data.
