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 meaningful behavioral context: it states that matching is literal text only and does not interpret a goal, it discloses the return format ({count, results[]}) and the empty-results behavior, and parameter descriptions reveal ordering by name, not relevance, and character stripping. This exceeds the annotation baseline but doesn't cover every possible edge (e.g., no mention of case-insensitivity in the main description, though it is in the query parameter).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.