Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With annotations already indicating non-readonly and non-destructive behavior, the description adds valuable context: the invite is not immediately active; it requires a multi-step verification process and yields a one-time token. This goes beyond the basic write operation implied by the annotations, though it doesn't mention side effects like email sending or expiration behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.