Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 25%, meaning most of the 8 parameters aren't documented in the description. The description mentions ticker, member, asset owner, and transaction dates as filter options, which loosely maps to symbols, member_names, asset_owner, and start_day/end_day. However, it doesn't explain the relationship between 'days' and 'start_day/end_day', nor that 'cursor' is for pagination (though the schema covers that). With 25% coverage, the description partially compensates but doesn't fully bridge the gap.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.