Create Directory
Create a new directory or ensure a directory exists. Can create multiple nested directories in one operation. If the directory already exists, this operation will succeed silently. Perfect for setting up directory structures for projects or ensuring required paths exist. Only works within allowed directories.
Purpose
This skill provides access to the MCP tool create_directory. It allows you to create a new directory or ensure a directory exists. can create multiple nested directories in one operation. if the directory already exists, this operation will succeed silently. perfect for setting up directory structures for projects or ensuring required paths exist. only works within allowed directories..
Parameters
The tool accepts the following parameters:
path
Required
- Type:
string - Description: No description provided
Usage Instructions
To use this tool:
- Prepare the parameters according to the schema above
- Invoke the MCP tool
create_directorywith the prepared parameters - Process the result returned by the tool
Example
{
"path": "example_value"
}
Expected Output
The tool returns data with the following structure:
- content (
string): No description provided
Notes
- This skill requires an active MCP connection to the server providing the
create_directorytool - Ensure the MCP server is properly configured and running before attempting to use this tool
- Review the parameter requirements carefully to avoid errors