MCP Servers



Local Tools



manage_context
handle_overlong_tool_outputs
Instruction
A music streaming platform wants to accurately identify the 1940s pop singles with the most sustained popularity during their classic oldies promotion campaign, in order to replicate marketing strategies and plan themed programs. You should use the original sheet dataBillboard Pop Chart by Year on my google drive to complete the following analysis:
- Calculate the total number of consecutive weeks each song stayed on the chart (defined as the longest streak of non-empty/non-black weekly rankings).
- Strictly follow the format of the
music_analysis_result_example.xlsxin the workspace, create one sheet for each year and fill them. The final resulted file should be named asmusic_analysis_result.xlsxwith multiple sheets. The final leaderboard in each sheet should contain all songds and be sorted in descending order firstly by the “Longest Consecutive Top 3 Weeks”, secondly by “Song” (In lexicographical order), then by “Artist” (In lexicographical order).
Initial State
Local Workspace
workspace/
└── music_analysis_result.xlsx