Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. While 'stop' implies a mutation operation, it doesn't specify what happens when invoked (e.g., does it save accumulated time, trigger notifications, or update task status?). It also doesn't mention error conditions, permissions needed, or what the response looks like.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.