list_supplements
List current or past medications and supplements with details like dose and schedule. Filter by active status or category to review your health stack.
Instructions
List the user's medications and supplements. manage_supplement can resolve an item on its own from supplement_name, so this is no longer required before it — use it when the user asks what medications or supplements they're taking, asks to review their stack, or to get an id after an ambiguous manage_supplement match.
INFER — do not ask:
filter: default to 'active' (current items); use 'all' if the user asks about history or a specific past period; use 'historical' for ended items only.
category: omit to return both medications and supplements; set to 'medication' or 'supplement' to filter by type.
Returns each item's id, category, name, brand, dose, schedule, start_date, and end_date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Which items to return. Default: 'active'. | |
| category | No | Filter by category. Omit for both. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Human-readable result text returned by the tool. |