get-current-user
Retrieve the current user's Spotify account details to manage playback, playlists, and preferences directly through the MCP server integration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}