get_inventory_risk_triage
Assess inventory risk by identifying stockouts, excess, aged inventory, suppressed listings, and Buy Box loss with risk levels and coverage state.
Instructions
Read prioritized inventory risk: stockouts, excess, aged inventory, suppressed listings, and Buy Box loss with risk_level and coverage_state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- src/index.ts:134-139 (registration)Tool registration for 'get_inventory_risk_triage' as one of the statically defined Tool objects in the tools array. It has an empty inputSchema (no parameters) and a description explaining it reads prioritized inventory risk data.
{ name: "get_inventory_risk_triage", description: "Read prioritized inventory risk: stockouts, excess, aged inventory, suppressed listings, and Buy Box loss with risk_level and coverage_state.", inputSchema: { type: "object", properties: {}, additionalProperties: false }, },