Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has a single parameter 'days' with full validation (default 180, min 1, max 3650), so the schema itself is informative. The description mentions 'last N days (default 180)', which aligns with the parameter but does not add detail beyond what the schema already provides. Since schema description coverage is 0%, the description only partially compensates, but for this simple parameter it is sufficient.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.