AA
Ask AI
/get_refunds
get refunds
Get refund/return analytics. Reports: summary (total refunds, refund rate, % of revenue — supports compare for WoW/MoM/YoY trend), top_products (most refunded p
liveunknown~5s typical
mcpaskai
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-ask-ai-data-connector-ask-ai /get_refunds for me.
Input
| Field | Type | Description |
|---|---|---|
| report* | string (summary | top_products | by_reason) | Report type |
| startDate | string | Start date (YYYY-MM-DD). Defaults to a 30-day window ending yesterday. |
| endDate | string | End date (YYYY-MM-DD). Defaults to yesterday (last fully-closed day — today is excluded by |
| limit | integer | For top_products and by_reason: number of results (default: 10) |
| sortBy | string (amount | rate) | For top_products: sort field (default: amount) |
| compare | string (wow | mom | yoy | previous) | For summary: attach a `comparison` block showing the same metrics for the WoW/MoM/YoY/prev |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-ask-ai-data-connector-ask-ai","endpoint":"/get_refunds","input":{"report":"summary"}}'cli
npx cracked-ai run -p mcp-com-ask-ai-data-connector-ask-ai -e /get_refunds -i '{"report":"summary"}'mcp
run_tool({ provider: "mcp-com-ask-ai-data-connector-ask-ai", endpoint: "/get_refunds", input: {"report":"summary"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.