mcdonalds_item_list
Retrieve nutrition and allergen details for up to 20 McDonald's items in one call, including per-component ingredient breakdowns.
Instructions
Get nutrition and allergen detail for a batch of McDonald's items. Returns the same published nutrition detail as GET /mcdonalds/item for up to 20 items in one call, plus the per-component ingredient and allergen breakdown that the single-item endpoint does not expose -- a composite item's overall allergen statement is the union of its parts' (a burger's bun, patty, cheese and condiment each carry their own ingredient statement and allergens), so this is the source to use when the full breakdown matters, not just the item-level summary. Item ids come from GET /mcdonalds/menu and are market-specific, so pass the same country back. The response echoes the requested ids so a caller can tell which ones McDonald's returned nothing for.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | Market (default us). One of us, ca, au, ie, nz, ch, se. Must match the market the item ids came from. | |
| item_ids | Yes | Comma-separated McDonald's numeric product ids, up to 20 |