Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description does not need to restate safety. It adds that the tool returns a count (badges count), which is behavioral context beyond the annotations. However, it does not describe the response format, potential errors, or whether the count is global or user-specific. With annotations covering safety, a 3 is appropriate – the description adds minimal but useful behavioral detail.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.