get_product
Retrieve detailed food product information, including nutritional data and environmental scores, by entering the product barcode using the Open Food Facts MCP Server.
Instructions
Retrieve detailed information about a food product by its barcode
Input Schema
Name | Required | Description | Default |
---|---|---|---|
barcode | Yes | The barcode/ID of the product (e.g., '3017620422003') |
Input Schema (JSON Schema)
{
"properties": {
"barcode": {
"description": "The barcode/ID of the product (e.g., '3017620422003')",
"type": "string"
}
},
"required": [
"barcode"
],
"type": "object"
}