thermoworks_analyze_live
Monitor live BBQ temperatures from ThermoWorks devices and receive cooking progress analysis with actionable recommendations for optimal results.
Instructions
Get live temperature from a connected ThermoWorks device and analyze cooking progress.
Combines real-time device data with the BBQ cooking knowledge base to provide actionable recommendations.
Requires authentication first via thermoworks_authenticate.
Args:
device_serial: Serial number of the device
probe_id: Probe number to analyze (default: '1')
protein_type: Type of protein being cooked
target_temp: Target temperature (optional, uses protein default)
response_format: 'markdown' or 'json'
Returns: Current temperature, progress percentage, trend analysis, and recommendations.
Examples:
"How's my brisket doing?" -> Analyzes probe 1 against brisket targets
"Check the turkey on probe 2" -> protein_type='turkey_whole', probe_id='2'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_serial | Yes | Serial number of the device to analyze | |
| probe_id | No | Probe number to analyze (e.g., '1', '2', '3', '4' for Signals) | 1 |
| protein_type | Yes | Type of protein being cooked (e.g., 'beef_brisket') | |
| target_temp | No | Target temperature. If not provided, uses recommended temp for the protein. | |
| response_format | No | Output format | markdown |