Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint and openWorldHint. The description adds value by specifying the exact return shape ([fee_rate, cumulative_vsize] pairs) and unit (sat/vB), which is behavior beyond the annotations. It does not note any limitations or edge cases, but for a simple read-only tool 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.