Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description fully discloses behavior: it modifies a note's properties, returns a JSON string of updated data, and raises ValueError for invalid or non-modifiable notes. This covers key aspects, though details like atomicity or side effects are omitted.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.