Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full behavioral burden. 'Check whether... exists' conveys a read-only, side-effect-free predicate operation rather than a mutation of registry data. For such a simple existence check, this level of behavioral disclosure is sufficiently clear, even though it does not spell out response format or edge cases like 'returns false for missing ID.'
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.