Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint false. The description adds valuable behavior: the language filter performs a prefix match against base codes, so region tags like 'en-US' match nothing. This is beyond annotation coverage and helps the agent avoid failed queries.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.