Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, so the description is not responsible for those. It adds behavioral context with 'one page' (indicating pagination behavior) and 'accessible' (implying a filter on user permissions). However, it does not explain what happens with continuation tokens or how many results are returned beyond the default, leaving gaps that annotations do not cover.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.