validate_reorder_plan
Validate a proposed reorder of a YouTube Music playlist, ensuring every item is included once, and return the minimal update actions needed.
Instructions
Validate a proposed full in-place reorder and return the minimal update actions.
ordered_playlist_item_ids must contain every existing playlist item exactly once. running_plan is optional metadata from the LLM and is validated only for shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_id | Yes | ||
| running_plan | No | ||
| ordered_playlist_item_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||