Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description itself carries the behavioral burden. The verb 'Get' clearly implies a read-only operation, and the description states exactly what data is returned (last price, change, change%). It does not mention rate limits or failure modes, but for a simple zero-parameter read, this is adequate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.