Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations provide only generic flags (readOnly=false, destructive=true, idempotent=false, openWorld=true). The description adds concrete behavior: a join link is emailed and 'is never returned here,' explaining the external side effect and managing output expectations. This is valuable beyond annotations, though it does not cover failure/duplicate behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.