Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
'Returns right awa...' (truncated) suggests it returns immediately before the sync completes, which is a critical behavioral trait - it implies an asynchronous operation. But this is cut off and incomplete, and with no annotations, the description leaves key behaviors (auth requirements, whether it blocks, error handling) undocumented. The truncated text severely limits transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.