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 configuration is read from environment variables, which is useful context. However, it doesn't describe the return format, potential errors (e.g., if environment variables are missing), or any side effects. For a read operation with zero annotation coverage, this is insufficient, as it leaves key behavioral aspects unspecified.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.