get_score_info
Extract basic metadata and structural information from a MuseScore file, including title, composer, key, time signature, tempo, part names, and measure count.
Instructions
Return basic metadata and structural info about a score.
Args: score_b64: Base64-encoded score file. input_suffix: Input extension, e.g. "mscz".
Returns: Dict with title, composer, initial key, time signature, tempo, part names, and measure count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| score_b64 | Yes | ||
| input_suffix | Yes |