> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zocomputer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List files

> Directory listing tool that shows files and subdirectories in a tree structure, helping you explore and understand the project organization.

## Parameters

<ParamField path="path" type="string" required={true}>
  The absolute path to the directory to list.
</ParamField>

<ParamField path="ignore" type="string[]" default={[]}>
  List of glob patterns to ignore.
</ParamField>
