Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate for the lack of documentation on parameters. It addresses `limit` by stating the default of 10 rows, but it does not elaborate on `stream_name`—for example, whether a fully qualified name is required, what format is expected, or any constraints. The schema only provides types and titles, so the description adds only marginal value for one of the two parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.