Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive behavior, so the description's safety profile is well covered. The description adds a meaningful constraint: the caller needs a 'game-only handle', not a general session handle. It could still explain more about what happens with an invalid/expired handle, but it is not materially misleading.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.