Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate for explaining `path` and `recursive`, but it does not. It only implies that path refers to a workspace-relative file or directory. The meaning of `recursive` and the behavior when a directory is non-empty and recursive=false are entirely unexplained.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.