Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, covering the safety profile. The description adds valuable behavioral context beyond annotations: it emphasizes 'exact title' matching, notes performance characteristics ('faster + cheaper'), and explicitly lists the returned content. This goes beyond what annotations alone provide, though it doesn't describe error handling for missing titles.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.