Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It states that the tool returns parameters, gives the current value of burn_tax_rate (0.015), and specifies the gas-price table. It also corrects a common route error by explicitly noting the route is /terra/tax/v1beta1/params, which is behavioral context that prevents misrouting. It doesn't describe data format or error behavior, but for a read-only param fetch, 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.