Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint=false, idempotentHint=true, and destructiveHint=true. The description adds useful behavioral context about base64 encoding, supported formats (PDF, JPEG, PNG), maximum size (10MB), and the authentication requirement. It does not contradict the annotations, but it does not elaborate on the destructive hint (e.g., whether uploads overwrite existing documents), which with annotations present is acceptable.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.