Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds the context that these are the methods 'allowed by this MCP server', implying a restricted set. It does not contradict annotations, but it adds little beyond what annotations provide. There is no description of output format or side effects, though side effects are covered by annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.