Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=false, destructiveHint=false, idempotentHint=false, and openWorldHint=false. The description adds zero behavioral information—no mention of side effects, required permissions, rate limits, or response behavior. For a POST action that creates a resource, the lack of disclosure about what gets created or any mutation semantics is a significant gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.