check_playability
Assesses playability of a musical passage on an instrument, highlighting range and technique limitations.
Instructions
Check if a passage is playable on an instrument.
Args: instrument: Instrument name (e.g., "violin", "flute") pitches: List of pitches to check
Returns: Playability analysis with range and technique issues
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instrument | Yes | ||
| pitches | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||