Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, covering safety. The description adds value by specifying the output structure (type, path, unsaved changes) and the 'currently open' scope, which goes beyond the structured annotations. It does not mention performance or side effects, but these are not expected for a non-destructive list operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.