Skip to main content
Glama

Open Food Facts MCP Server

by caleb-conner

get_product_suggestions

Generate tailored food product recommendations based on dietary preferences, restrictions, and Nutri-Score. Input a product category and filter by vegan, gluten-free, organic, or other criteria to receive curated suggestions.

Instructions

Get product suggestions based on dietary preferences or restrictions

Input Schema

NameRequiredDescriptionDefault
categoryYesProduct category to search within
dietary_preferencesNoDietary preferences or restrictions
max_resultsNoMaximum number of suggestions (default: 10)
min_nutriscoreNoMinimum Nutri-Score grade (a, b, c, d, e)

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Product category to search within", "type": "string" }, "dietary_preferences": { "description": "Dietary preferences or restrictions", "items": { "enum": [ "vegan", "vegetarian", "gluten-free", "organic", "low-fat", "low-sugar", "high-protein" ], "type": "string" }, "type": "array" }, "max_results": { "description": "Maximum number of suggestions (default: 10)", "maximum": 50, "minimum": 1, "type": "number" }, "min_nutriscore": { "description": "Minimum Nutri-Score grade (a, b, c, d, e)", "enum": [ "a", "b", "c", "d", "e" ], "type": "string" } }, "required": [ "category" ], "type": "object" }
Install Server

Other Tools from Open Food Facts 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/caleb-conner/open-food-facts-mcp'

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