Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of behavioral disclosure. It provides useful details: year empty means latest, num_results default 20 and max 100, and lists return fields. However, it omits error behavior, data freshness, or any side effects (though a query is naturally read-only). The description adds some behavioral context 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.