Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage for 3 parameters, the description adds no meaning beyond the schema. It doesn't explain what 'code', 'filePath', or 'parser' do, their relationships, or typical usage patterns. For example, it doesn't clarify if 'filePath' is optional for inline code or how 'parser' affects formatting. This fails to compensate for the schema's lack of descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.