get_piece
Retrieve official title, composer, opus, description, and URL for a piece by its ID. Use after a search to confirm exact details.
Instructions
楽曲IDから詳細(正式タイトル・作曲家・作品番号・解説冒頭・URL)を取得する。
search_pieces で見つけた piece_id を渡し、1曲の正式情報を確定する用途。
Args: piece_id: ピティナ曲事典の楽曲ID(URLの /musics/ の数字)。
Returns: {piece_id, title, opus, composer, composer_id, description, url}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| piece_id | Yes |