Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, so safety profile is covered. The description adds one useful behavioral detail: values are consistent with the external pricing URL, which helps set expectations for accuracy. However, it doesn't describe pagination behavior, the structure of the response, or whether any authentication is required beyond what annotations imply.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.