Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, and the description aligns with that by describing a read-only lookup. It adds useful output details (fleet summary, free status) but doesn't address edge cases like unknown airline codes or data freshness. The internal annotation conflict between readOnlyHint=true and destructiveHint=true is not contradicted by the description itself.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.