Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnlyHint=false, destructiveHint=false, and idempotentHint=false, so the description doesn't need to restate those. It adds useful behavioral context: plan capacity limits, the result states the limit, and the tool does not execute trades or record holdings/transactions. It also clarifies the one-ticker-per-call constraint, which is beyond the schema's pattern. Minor gap: it doesn't describe the exact success/error response shape, but the output schema exists and the description covers the key behavioral traits.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.