Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering safety. The description adds substantial behavioral context: the query is bounded (max 30 nights), non-person-linked, and it explicitly lists exclusions (guest records, reservations, room assignments, access data, notes, payments, channel references, photos, free-text descriptions, and credentials). It also states that amounts are in minor currency units. This goes beyond annotations and gives the agent a clear picture of data scope and constraints.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.