Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, covering the safe-read nature. The description adds that pagination uses page_token, but detailed token behavior lives in the schema rather than the description, and no other runtime traits like ordering or first-page behavior are disclosed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.