Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already disclose readOnlyHint=true, idempotentHint=true, destructiveHint=false, so the safety profile is known. The description adds useful behavioral context: it returns a bounded Markdown and structured preview, and it matches against both keys and values. It doesn't disclose details like case sensitivity or partial vs. exact matching, but the 'bounded' preview is a valuable behavior disclosure beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.