Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description doesn't need to repeat safety. The description adds behavioral detail: date range format (YYYY-MM-DD), keyword matching (partial, case-insensitive on description), and filtering by card/bank. It doesn't mention pagination or return format, but with no output schema and a read operation, this is acceptable. The description complements annotations without contradicting them.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.