Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It does not explicitly state whether the operation is read-only, non-destructive, or requires specific permissions. It also does not mention return format, pagination, or potential errors. The only behavioral nuance provided is the recursive flag, which is insufficient for a tool with zero annotation support.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.