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 agent knows this is a safe, idempotent read. The description adds the context that this is a 'Protocol checklist' and the 'ordered' nature, which is not in the annotations. It doesn't describe what happens if an invalid module is passed, but the enum schema prevents that. The description aligns perfectly with annotations, so no contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.