Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, which broadly cover safety. The description adds valuable behavioral context by explaining what the data can reveal (e.g., 'shape of a problem', outage clustering), which goes beyond the annotations. For a read-only analytics tool, this is sufficient transparency, though it doesn't detail pagination or row limits (which are partially covered by the schema and output schema).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.