Analyze Taste (raw data export)
analyze_tasteRetrieve a user's anime list with scores and genres to analyze taste patterns and produce recommendations.
Instructions
Return the user's entire anime list in a compact, token-efficient text format.
This tool performs NO analysis - it exports the raw data (grouped by watch status, sorted by the user's score) so the calling model can analyze taste, spot patterns, and craft recommendations. Line format: my_score|title|year|type|watched/total_eps| genres|mal_mean ('-' = not scored / unknown). Lists longer than the 20,000-entry fetch cap are exported partially, with a leading WARNING line.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||