Skip to main content
Glama

MCP Inflow Ingredients

get_ingredient

Retrieve detailed ingredient and product information including inventory data and images using product ID from the Inflow Inventory system.

Instructions

Get detailed information about a specific ingredient/product

Input Schema

NameRequiredDescriptionDefault
includeNoRelated entities to include (e.g., "inventoryLines,defaultImage")
productIdYesThe product ID (UUID)

Input Schema (JSON Schema)

{ "properties": { "include": { "description": "Related entities to include (e.g., \"inventoryLines,defaultImage\")", "type": "string" }, "productId": { "description": "The product ID (UUID)", "type": "string" } }, "required": [ "productId" ], "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