Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already communicate mutability (readOnlyHint=false), external interaction (openWorldHint=true), and non-idempotency. The description adds valuable behavior details: it discovers capabilities via an agent card, sends a message, and returns the result. It does not cover error scenarios or authentication, but the annotation baseline lowers the burden.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.