Get taste profile
get_taste_profileAnalyze a Steam user's library to derive their taste profile: top genres, playtime-weighted tag affinities, signature games, and bounced titles, to explain or validate game recommendations.
Instructions
Derive what a player actually likes from their library: tag affinities weighted by playtime, top genres, signature games, and titles they bounced off. Use this to explain or sanity-check a recommendation, or to answer 'what kind of games am I into'. Requires a Steam API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | SteamID64, vanity name, or profile URL. Omit to use the configured default player. | |
| depth | No | How many of the most-played games to analyse. Default 30. |