Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate read-only, non-destructive, and idempotent behavior, which the description does not contradict. The description adds value by specifying the filtering logic (notes with no tags) and implying a list operation, but does not provide additional behavioral details like pagination, sorting, or error handling beyond what annotations cover.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.