Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of behavioral disclosure. The 'grep -rn' analogy effectively communicates that the search is recursive and outputs line numbers. While it does not explicitly mention read-only behavior or edge cases (no matches, binary files), the analogy provides reasonable transparency for a search tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.