Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, and the description adds complementary context: no API key is needed, it is safe to call immediately, and it references the broader tool-calling mechanism (tools/call by name) and the limitation of tools/list. No contradictions with annotations. It does not detail output behavior, but an output schema exists to cover that.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.