Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema defines a single 'path' parameter with no description, and schema description coverage is 0%. The tool description gives no clue about what 'path' means—whether it's a filename, a relative path, or a directory—beyond the vague 'below DSH_NX_WORKSPACE'. The description fails to compensate for the undocumented parameter, making correct invocation uncertain.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.