- Lists all files and directories in a given path
- Supports tree-style output showing directory hierarchy
- Automatically ignores common directories like node_modules, .git, dist, build, and more
- Supports custom ignore patterns via the ignore parameter
- Returns file count and truncation status when limit is reached
- When you need to find files by name patterns, prefer the Glob tool
