Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full behavioral disclosure burden. It does disclose that GDEX_TOKEN is required, which is useful, but it omits important side effects such as whether the request is asynchronous, whether it returns a request ID, or how it relates to status-checking via check_request_status.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.