Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint, idempotentHint, and destructiveHint=false, so the bar is lower. The description adds useful context (no API key needed; reports server status rather than market data), but it falsely claims 'takes no parameters' while the schema requires a rationale parameter. This misleads an agent about invocation requirements and undermines transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.