Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, openWorldHint=true, and destructiveHint=false, so the safety profile is covered. The description goes beyond them by disclosing the actual behavior: it performs an outbound GET /mcp manifest fetch, issues a JSON-RPC 2.0 test call to a live endpoint, measures P50/P95 latency, and emits a PASS/FIX/BLOCK verdict with a 0-100 score. It does not state permission/network prerequisites or whether the test call mutates anything on the target server.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.