Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, so the description does not need to restate those. The description adds a useful behavioral detail: the caller must be a member of the session's campaign, which is a permission requirement not covered by annotations. However, it does not disclose other behavioral aspects like return format or potential errors, but annotations cover the safety profile.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.