Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It indicates a read-only operation ('Get') and that data is 'current live,' which implies real-time status. However, it does not disclose potential side effects, permissions, or output format, though these are minimal for a simple getter. It adds some context beyond the name but could be more explicit about safety or data scope.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.