get_me
Retrieve the authenticated user's Spotify profile details including display name, user ID, email, country, and subscription tier, with optional JSON output.
Instructions
Get the current user's Spotify profile: display name, user ID, email, country, and subscription level. Email requires the user-read-email scope; country and product require user-read-private.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |