create_folder_tool
Create new folders in your Obsidian vault, automatically creating all necessary parent directories for deep hierarchy setup.
Instructions
Create a new folder in the vault, including all parent folders in the path.
When to use:
Setting up project structure in advance
Creating deep folder hierarchies (e.g., "Apple/Studies/J71P")
Creating archive folders before moving notes
Establishing organizational hierarchy
Preparing folders for future content
When NOT to use:
If you're about to create a note in that path (folders are created automatically)
For temporary organization (just create notes directly)
Note: Will create all necessary parent folders. For example, "Apple/Studies/J71P" will create Apple, Apple/Studies, and Apple/Studies/J71P if they don't exist.
Returns: Creation status with list of folders created and placeholder file path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_path | Yes | Path of the folder to create | |
| create_placeholder | No | Whether to create a placeholder file (.gitkeep or README.md) | |
| ctx | No |