Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already declare readOnlyHint, idempotentHint, and destructiveHint, and the description adds extra behavioral context: execution is synchronous, task support is forbidden, the JSON is internal application state, and there are explicit instructions on how to present results. This goes beyond the structured annotations and helps the agent handle the response appropriately. 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.