Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It only states 'Get the user's top tracks,' which signals a read operation but does not explain what 'top tracks' means (e.g., time range, count, or listening context) or any other behavioral details like authorization or caching. This adds little beyond the tool name itself.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.