> ## Documentation Index
> Fetch the complete documentation index at: https://docs.clickwheel.fm/llms.txt
> Use this file to discover all available pages before exploring further.

# Last.fm

> clickwheel MCP server tools for Last.fm.

**Try asking Claude**

* *"What listens am I waiting to scrobble?"*
* *"Submit my recent iPod plays to Last.fm."*

## `get_pending_scrobbles`

Cached iPod plays that haven't yet been submitted to Last.fm. Each entry has `artist`, `title`, `album`, `timestamp` (unix seconds), and `duration_seconds`.

## `submit_scrobbles`

Pull recent plays from the iPod and submit them to Last.fm.

<ParamField path="dry_run" type="boolean">
  If true, just count what would be sent without actually submitting to Last.fm.
</ParamField>
