manage-folders
List, create, and delete folders in Obsidian vaults to organize note collections and maintain directory structure.
Instructions
Unified tool for listing, creating, and deleting folders
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: 'list', 'create', 'delete' | |
| directory | No | Root directory to list from | |
| include_empty | No | Whether to include empty directories (default true) | |
| path | No | Path of the directory to create | |
| force | No | Force delete even if not empty (default false) | |
| dry_run | No | Preview deletion without modifying files |