get_tags
Extract tags from a specific meal.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| meal_index | int | Index of the meal to extract tags from. Defaults to 0. | 0 |
Returns
| Name | Type | Description |
|---|---|---|
| List[str] | List of tag strings. Empty list if no tags or invalid index. |