MRP Calculator MCP Server

calculate_order_need

Determine MRP order requirements by analyzing forecast data, current inventory, and delivery schedules to calculate optimal order quantities and timing.

Instructions

Calculate MRP order need based on forecast, inventory, and delivery schedule

Input Schema

NameRequiredDescriptionDefault
analysis_dateYes
batch_sizesNo
current_balanceYes
delivery_scheduleYes
forecast_periodsYes
must_order_pointYes
open_ordersYes
sku_locationYes

Input Schema (JSON Schema)

{ "properties": { "analysis_date": { "type": "string" }, "batch_sizes": { "items": { "type": "number" }, "type": "array" }, "current_balance": { "type": "number" }, "delivery_schedule": { "properties": { "first_delivery": { "type": "string" }, "lead_time": { "type": "number" }, "second_delivery": { "type": "string" } }, "type": "object" }, "forecast_periods": { "items": { "properties": { "end_date": { "type": "string" }, "quantity": { "type": "number" }, "start_date": { "type": "string" } }, "type": "object" }, "type": "array" }, "must_order_point": { "type": "number" }, "open_orders": { "items": { "properties": { "delivery_date": { "type": "string" }, "quantity": { "type": "number" } }, "type": "object" }, "type": "array" }, "sku_location": { "properties": { "location": { "type": "string" }, "sku": { "type": "string" } }, "required": [ "sku", "location" ], "type": "object" } }, "required": [ "sku_location", "analysis_date", "must_order_point", "current_balance", "open_orders", "delivery_schedule", "forecast_periods" ], "type": "object" }

You must be authenticated.

Other Tools from MRP Calculator MCP Server

Related Tools

ID: we2rlwkgal