Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, but the description goes well beyond that. It adds behavioral details such as 'dependency-aware,' keeping 'CLI fit, orchestration, permissions, handoff context, and verification separate,' and the 'continuity-first' routing policy. It also explicitly states what the tool will not do (claim benchmark superiority, launch another CLI, bypass permissions), which is valuable boundary-setting. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.