Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already carry the safety profile (readOnlyHint=false, destructiveHint=false, idempotentHint=false, openWorldHint=true). The description adds only that output is CSV, but says nothing about whether this is synchronous, whether large exports are paginated/async, whether the CSV is returned inline or via a download URL, or any rate limits — leaving real behavioral gaps despite the lower bar set by annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.