Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the behavioral burden. 'List' clearly signals a non-mutating read operation, and the description discloses that the output includes both the hosts and a boolean indicating whether all hosts are allowed. It does not detail output format or ordering, but for a parameterless query this is largely sufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.