Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%: limit and cursor both have detailed descriptions, including defaults, bounds, and the guidance to omit cursor for the first page and never edit it. The tool description adds only the 'opaque cursor' and next_cursor pagination behavior, so it does not significantly extend parameter semantics beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.