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. It adds value by specifying 'Fast check' (implying low latency), 'Does not wait' (clarifying non-blocking behavior), and that it returns 'the count' (output detail). However, it doesn't cover aspects like error handling, performance limits, or what 'matches' entails (e.g., partial vs. exact), leaving gaps for a tool with potential UI interactions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.