Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=true, covering the read-only safety profile. The description adds that page_token pagination is supported, but detailed behavioral rules, such as opaque token handling and not reusing tokens across users, are in the schema description rather than the tool description. No contradiction with annotations is present.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.