directory_exists
Check whether a path exists and is a directory before reading or writing files. Resolves paths relative to the workspace root for safe filesystem validation.
Instructions
Check whether a given path exists and is a directory.
Args: path: Path to check, relative to the workspace root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |