Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide strong behavioral hints (readOnlyHint: true, destructiveHint: false, openWorldHint: true, idempotentHint: true), so the description doesn't need to repeat safety information. However, it adds no additional behavioral context beyond what annotations declare—such as pagination behavior, rate limits, authentication requirements, or what 'list all' means in practice (e.g., completeness guarantees).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.