Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description compensates well: it explains product_keyword as an item keyword with concrete examples ('사과', '딸기'), market_code as a wholesale market code with empty-string-means-nationwide semantics, and days as the inquiry period with default 7 and max 30. This goes meaningfully beyond the bare schema names, which only have titles.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.