Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, safely covering the operation type. The description adds behavioral context beyond annotations by revealing it uses an external API (Datamuse), ranks results by similarity score, and applies a default limit. This is useful information about data source and result behavior that annotations do not provide.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.