Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full responsibility for disclosing behavioral traits, but it provides none. It does not state whether the operation is idempotent, what happens if the label already exists, required permissions, or any side effects. The description is purely declarative with zero transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.