Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema's only parameter has no description, and the description's 'Node paths to select' is nearly tautological with the schema's title. It adds no information about path syntax (absolute vs relative), escaping, or null behavior. Since schema coverage is 0%, the description was expected to fully explain this one parameter, but it does not.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.