Skip to main content
Glama

MRP Calculator MCP Server

calculate_order_need

Determine MRP order requirements by analyzing inventory, forecasts, and delivery schedules to optimize stock levels and meet demand accurately.

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" }

Other Tools from MRP Calculator MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/brandon-butterwick/MRP_Calculation'

If you have feedback or need assistance with the MCP directory API, please join our Discord server