chick_fil_a_menu_taxonomy
Retrieve Chick-fil-A menu taxonomy terms to identify valid filter IDs for menu API queries. Returns each term's ID, name, slug, parent, and menu item count.
Instructions
List one Chick-fil-A menu taxonomy's terms. Returns one page of terms for a single Chick-fil-A menu taxonomy, with each term's id, name, slug, parent and how many menu items carry it. This is how to discover the filter ids GET /chick-fil-a/menu accepts. taxonomy must be one of menu_taxonomy (customer-facing menu section -- Breakfast, Beverages, Catering Entrées, ... 36 terms), menu_item_type (ITEM, ITEM_GROUPING, MODIFIER -- 3 terms), menu_item_group (the grouping a variant belongs to, e.g. "Bacon, Egg & Cheese Biscuit" -- 100+ terms), or nutrition_table_menu (the grouping used by Chick-fil-A's published nutrition tables -- 18 terms). Terms come back alphabetically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number (default 1) | |
| per_page | No | Terms per page, 1-100 (default 20) | |
| taxonomy | Yes | Which taxonomy to list. One of menu_taxonomy, menu_item_type, menu_item_group, nutrition_table_menu. |