manage-mocs
Discover and generate Maps of Content (MOCs) and folder indices for organizing Obsidian notes. Use to create structured overviews of your knowledge base by grouping notes with tags or alphabetically.
Instructions
Unified tool to discover and generate Maps of Content (MOCs) and folder indices
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: 'discover', 'generate', 'update', 'generate-index' | |
| directory | No | Directory to limit search to | |
| title | No | MOC title | |
| output | No | Output file path | |
| group_by | No | Group by: 'none' (default), 'tag', 'alpha' | |
| recursive | No | Include subdirectories | |
| path | No | Path to the MOC file | |
| include_orphans | No | Include notes without links/tags (default true) |