mkdir
Create a directory on a Globus endpoint by providing the endpoint UUID and target path.
Instructions
Create a directory on a Globus endpoint.
Args: endpoint_id: The UUID of the endpoint. path: Path where the directory should be created.
Returns: Dict with 'message' confirming creation and 'code'.
Examples: mkdir("endpoint-uuid", "/scratch/user/new_project") mkdir("endpoint-uuid", "/data/output")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint_id | Yes | ||
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||