Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly, idempotent, and non-destructive behavior, so the bar for additional transparency is lower. The description adds valuable context beyond annotations: it is offline ('no network') and enumerates the specific return fields, helping the agent anticipate output despite no output schema. It does not contradict annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.