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, but it only says 'Get full details.' It does not mention that results are written to an output_file, whether that file is overwritten, permissions required, or what 'full details' includes. The output_file parameter implies a side effect, but this is in the schema, not the description, so the description adds little transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.