Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, so the description's 'Read-only' adds no new information. However, the description does add behavioral context by enumerating what can be reviewed (status, payment state, publication state, guest counts, configuration), which helps the agent understand the scope of the operation. It doesn't disclose return format or error behavior, but the output schema exists to cover that.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.