Skip to main content
Glama

MCP Inflow Ingredients

create_ingredient

Add new ingredients or products to Inflow inventory system by providing product details like name, SKU, and description for inventory management.

Instructions

Create a new ingredient/product in Inflow inventory

Input Schema

NameRequiredDescriptionDefault
additionalFieldsNoAny additional product fields
descriptionNoProduct description
isActiveNoActive status (default: true)
nameYesProduct name
productIdYesUUID for the new product (generate with crypto.randomUUID())
skuNoSKU code

Input Schema (JSON Schema)

{ "properties": { "additionalFields": { "additionalProperties": {}, "description": "Any additional product fields", "type": "object" }, "description": { "description": "Product description", "type": "string" }, "isActive": { "description": "Active status (default: true)", "type": "boolean" }, "name": { "description": "Product name", "type": "string" }, "productId": { "description": "UUID for the new product (generate with crypto.randomUUID())", "type": "string" }, "sku": { "description": "SKU code", "type": "string" } }, "required": [ "productId", "name" ], "type": "object" }

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/intelligent-staffing-systems/mcp-inflow-ingredients'

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