Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, meaning the schema does not describe the parameters. The description fails to add meaning: it mentions 'cells' but does not clarify the structure of the 'borders' object (e.g., expected keys like top, bottom, left, right, style, color) or the format of 'range' (e.g., A1 notation). The parameter names alone are insufficient for correct invocation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.