check_instrument_range
Check whether a specific pitch is playable on a given instrument by comparing it to the instrument's range.
Instructions
Check if a pitch is playable on an instrument.
Args: instrument: Instrument name (e.g., "violin", "flute", "clarinet") pitch: Pitch to check (e.g., "C4", "G3")
Returns: Playability status and range information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instrument | Yes | ||
| pitch | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||