Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false. The description adds genuinely useful behavioral context beyond those hints: the data is public-domain, submitted by pilots/controllers, the default no-arg behavior returns multiple aggregate views, and state values must be lowercase hyphenated slugs. It does not discuss volume or edge cases, but the output schema likely covers return structure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.