Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, covering the safety profile. The description adds meaningful context beyond the annotations by specifying exactly what metadata fields are returned (columns, types, row count, category, last-updated). It does not contradict the annotations and provides useful information about the return value, which is sufficient for a simple read-only retrieval operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.