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 discloses the success return type (StarAmount object) and implies a read-only operation via 'Returns,' but it does not describe error conditions, side effects, or authorization requirements. This is adequate for a simple getter but leaves notable gaps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.