Track critical components
Use `inventory.availability` for a light-weight status check or `automation.triggers.create` to receive push notifications when thresholds change.
const availability = await client.call("inventory.availability", {
sku: "STM32F405RGT6",
distributors: ["sourceparts", "digikey"]
});