Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering safety expectations. The description adds useful context beyond those annotations by indicating the result will include not just pages but also their implementation status, which helps the agent understand what the tool returns. There is no contradiction, and the behavior of a read-only list operation is simple enough that no further disclosure is required.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.