Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already show readOnlyHint=false, indicating a write operation, but the description adds valuable behavioral detail: threads are flat, continuing a continuation belongs to the same thread, and retrying with the same client_id returns the already-created note instead of duplicating. This exceeds what annotations alone convey, though it does not cover topics like auth or side effects beyond creation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.