Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already cover read-only, idempotent, and non-destructive behavior. The description adds valuable context beyond that: 'pro_nacht' is automatically multiplied by the number of nights during booking, so the agent should not manually calculate it. This directly prevents a likely misuse.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.