Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full behavioral burden. 'Find' implies a read-only lookup with no apparent side effects, which is useful baseline information. However, it does not disclose behavior for unknown model names, whether matching is exact or fuzzy, or what exact output shape to expect, leaving clear gaps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.