list_instruments
Extract instrument list, transposition details, and pitch ranges from a score file to identify parts and their properties.
Instructions
Return instrument/part info including transposition and pitch range.
Args: score_b64: Base64-encoded score file. input_suffix: Input extension, e.g. "mscz".
Returns: List of dicts with part_index, name, abbreviation, is_transposing, transpose (chromatic/diatonic), range (lowest/highest MIDI note name).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| score_b64 | Yes | ||
| input_suffix | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |