Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description mentions 'selected cells or all cells', which indirectly explains the cellIds parameter (if provided, selected; if empty, all). However, the includeOutputs parameter is not explained, and with 0% schema description coverage, the description does not fully compensate for the missing parameter documentation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.