Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and idempotentHint=true, so the safety profile is covered. The description adds valuable behavioral context: what each entry surfaces (source tool, query parameters, timestamps, row count, column schema) and a prerequisite (CANVAS_PROVIDER_TYPE=duckdb). This goes beyond the annotations and enriches the agent's understanding of the tool's behavior without contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.