Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description says 'Immediately invalidates', which indicates a state change and implies non-read-only behavior. The annotations already specify readOnlyHint=false and idempotentHint=true, so the description adds a small amount of context (immediacy, the fact that the link was already shared) but does not detail side effects, reversibility, or failure modes.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.