Skip to main content
Glama

MCP Inflow Ingredients

list_ingredients

Search and filter ingredients in Inflow inventory by name, description, barcode, or active status to manage product data and stock operations.

Instructions

List all ingredients/products in Inflow inventory with optional filters

Input Schema

NameRequiredDescriptionDefault
barcodeNoFilter by barcode
descriptionNoFilter by description
includeNoRelated entities to include (e.g., "inventoryLines,defaultImage")
isActiveNoFilter by active status
limitNoMaximum number of results (default: 50)
nameNoFilter by product name
smartNoFull-text search across name, description, SKU, barcode

Input Schema (JSON Schema)

{ "properties": { "barcode": { "description": "Filter by barcode", "type": "string" }, "description": { "description": "Filter by description", "type": "string" }, "include": { "description": "Related entities to include (e.g., \"inventoryLines,defaultImage\")", "type": "string" }, "isActive": { "description": "Filter by active status", "type": "boolean" }, "limit": { "description": "Maximum number of results (default: 50)", "type": "number" }, "name": { "description": "Filter by product name", "type": "string" }, "smart": { "description": "Full-text search across name, description, SKU, barcode", "type": "string" } }, "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