list_directory
List directory contents with file and folder names, types, and relative paths. Automatically excludes blocked directories like .obsidian, .git, node_modules.
Instructions
Returns { root, path, entries[] }. Each entry has name, type (file|directory), and relative path. Omit path or pass "" to list the root. Blocked paths (.obsidian, .git, node_modules) are excluded automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||