Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, meaning the description provides no parameter-level details. However, the sole parameter 'kind' has an enum with self-explanatory values ('gainers', 'losers', 'actives') that are clearly listed in the schema. The description's phrase 'biggest gainers, biggest losers, or most actively traded' exactly mirrors the enum values, adding no extra meaning beyond the schema. Given that the schema alone fully explains the parameter, the description adds minimal semantic value beyond what's already present.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.