Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations provide readOnlyHint=true, indicating this is a safe read operation. The description adds context about what data is retrieved ('upcoming market holidays' and 'open/close times'), which is useful beyond the annotation. However, it doesn't disclose other behavioral traits like rate limits, authentication requirements, or data freshness that would be helpful for an agent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.