Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. The description adds valuable return behavior details: it names the specific fields (keepLiquidSol, minSweepSol, paused, nonce, last epoch) and explicitly states the null-if-none case. This goes beyond the annotations and the schema, which lacks an output schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.