Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage, the description should explain the parameters. It does not elaborate on 'symbol' (e.g., ticker symbol format) or 'days' (what it controls, default value 365, min 1, max 3650). The schema constraints are present, but the description adds no extra meaning to help the agent use parameters correctly.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.