Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has a single `body` parameter with nested optional fields, but top-level schema description coverage is 0%. The description explains only `sprint_id` (to scope the list) and does not mention `task_id`, `page`, or `page_size`. This leaves the agent to infer or guess the meaning of these parameters, especially `task_id`, which has no schema description either.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.