fba-inventory-risk-dashboard
FBA Inventory Risk Dashboard
This skill takes the user from "how's my inventory?" to a live, interactive dashboard showing every SKU at risk of stockout, with sortable columns and urgency tiers.
Workflow
Follow these steps in order. Don't skip the discovery steps — the analyst tool errors when account scoping is wrong.
1. Identify the account
Call list_selling_partner_integrations to get the user's SP integrations.
If exactly one integration is returned, proceed. If multiple, ask the user which one.
Then call list_selling_partner_accounts with the integration_id to get marketplace accounts. Each account is one marketplace (US, MX, BR, UK, DE, etc.).
If multiple marketplaces exist, ask the user which one — inventory is per-marketplace and you cannot meaningfully combine them. Use a tappable-options prompt with one option per marketplace plus "All" if relevant. Default suggestion: US (typically the largest).
Save the chosen account_id (the UUID, NOT the marketplace_id like ATVPDKIKX0DER).