Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses key behaviors: it skips .git and node_modules, and does not search file contents. This is valuable safety and scope information. It does not explicitly state read-only behavior, but 'search' implies no side effects, and there are no contradictory hints. Minor gaps like symlink handling or sort order exist, but coverage is good 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.