Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses critical behavioral traits beyond the annotations: it rechecks availability, releases any previous selection, creates a temporary hold, returns the protected booking schema, and explicitly does not create a booking. These side effects are essential for the agent to understand the non-read-only, state-changing nature of the operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.