Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the baseline is 3. The description significantly enhances understanding of the `limit` parameter by explaining the rendering consequence, which helps the agent correctly translate user requests like 'last 5 signals' into a `limit` argument. No such addition is made for other parameters, but the coverage is already strong.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.