Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is well covered. The description adds valuable behavioral context beyond annotations: it mentions explicit source timestamps, coverage, and expiry, and it clarifies that the tool returns cached evidence with a declared maximum age (409 on too-old evidence). It also discloses that some parameters are 'unsupported-capability signals' (history_days, compare_sources) and that desired_fields is a preference only, which is important behavioral transparency. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.