Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It only states the core action but does not mention whether the operation is idempotent, whether it overwrites existing assignments, what happens on conflicts, or any required permissions. The behavior beyond the action itself is unclear.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.