Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already declare destructiveHint=true, readOnlyHint=false, and idempotentHint=true, so the safety profile is covered. The description adds that the operation is scoped to an exact invitation from the authenticated workspace, but it doesn't elaborate on consequences, reversibility, or idempotency behavior beyond what annotations already signal. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.