Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema descriptions for since, cursor, and include_high_resolution add meaning beyond the raw type definitions, and the tool-level description clarifies that cursor or since must be supplied. maxItems lacks a description, but its min/max constraints are present in the schema, so the gap is minor.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.