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 states that the tool 'finds' users, which implies a read operation, but it does not clarify whether it returns a single user or a list, whether the email match is case‑sensitive, or any potential side effects. The mention of 'users stream filter' hints at an underlying mechanism but does not explain its consequences. This is a significant gap for a tool with no annotation coverage.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.