convert_amount
Convert baking ingredient amounts between units (cups, grams, tbsp, tsp, ounces, ml, pounds, kg) using accurate density data (King Arthur + USDA). E.g. 2 cups of all-purpose flour to grams. Free anonymous tier: 20 calls/day per IP. More calls need an API key (https://ko-fi.com/yugutou/shop) or use the free website https://bakingtab.com.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount to convert. | |
| to_unit | Yes | Target unit. | |
| from_unit | Yes | Source unit: cup, tbsp, tsp, gram, kg, ounce, ml, pound. | |
| ingredient | Yes | Ingredient name or id (e.g. "all-purpose flour" or "ap-flour"). |