Run a Daily Store Review with AI
Ask for a bounded store review when you need it. The result is a working summary, not a scheduled report or financial reconciliation.
Prerequisites
Connect an available store, authorize the selected store with View only access and verify a known listing or order. Check stores.get for provider capabilities. These are on-demand tasks; Store MCP does not schedule reports.
Steps
- Name the stores and an explicit date range with time zone. Ask the AI to check identity and supported filters.
- Read orders for each store and follow every nextCursor within the agreed scope. Keep order totals separated by currency.
- Inspect stock for selected listings and locations, then read attention.list and activity.list for Store MCP issues and recent actions.
- Ask for missing coverage before conclusions. Compare a sample order and stock row with the provider dashboard.
Safe example
The example uses synthetic names. Select your own authorized store and verify every identifier before a write.
Review my selected stores for 2026-09-20T00:00:00Z through 2026-09-21T00:00:00Z. Group order and stock observations by store. Report incomplete pages, unknown fields and failed reads. Do not change anything.You’re done when…
Expect a source-attributed summary with the time window, pages read and unresolved gaps. attention.list contains connection, billing, approval and delivery issues; it is not an unfulfilled-order convenience tool.
Limitations
There is no scheduled daily brief, automatic low-stock monitoring or financial ledger. Order totals can include provider-specific tax, refund and shipping treatment.
Find orders needing fulfillment
Use orders.list with fulfillmentStatus: unfulfilled only where supported; inspect the tool schema for exact values. To include partial shipments, run the separate partial filter if the provider supports it. Unsupported filters fail explicitly.
Inspect itemsComplete, fulfillment state and fulfillableQuantity. A null quantity is unknown. If a filter is unsupported, bound the date range, fetch pages and classify only the returned evidence. Etsy lacks partial-shipment/refund-state filtering; eBay lacks payment/status filtering.
A synthetic request is: “List unfulfilled orders in the selected store for the stated period; show partial orders separately where supported; disclose missing pages and do not create shipments.” Verify one order in the provider admin. eBay, Square and WooCommerce order writes remain unavailable.