Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of disclosing behavior. It explicitly states that it checks presence of API keys/tokens, which implies a read-only operation, but it does not disclose whether it verifies key validity, how errors are handled, or the exact output format. This is basic transparency but lacks depth.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.