Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations provide comprehensive safety information (readOnlyHint=true, destructiveHint=false, idempotentHint=true, openWorldHint=true), so the description doesn't need to repeat these. However, the description adds minimal behavioral context beyond 'GET' - it doesn't specify what data is returned, whether authentication is required, or any rate limits. With good annotation coverage, a baseline score of 3 is appropriate as the description adds little value beyond what annotations already declare.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.