Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare non-read-only, non-idempotent, non-destructive behavior; the description usefully adds the planner:write auth requirement and the account scope, which the annotations do not cover. It fails to explain the practical consequence of idempotentHint=false (e.g. whether repeated saves duplicate plans) or how itineraryId triggers an update versus a create.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.