Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has no per-property descriptions, so the description adds real value by documenting active_hours default 168, limit default 50, and limit max 200. However, it does not explain what active_hours or limit formally represent beyond their names, and the chain parameter is left almost entirely to the enum.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.