Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already defines the 'include' parameter with full descriptions ('Optional subsets: market, chain'), so schema coverage is 100%. The description adds context by mapping these subsets to the actual data items (prices, block height, gas price), but it does not introduce new parameter semantics beyond what the schema provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.