Finder List
finder_listLists files and folders in a directory (Spotlight-free). The path must be inside an allowed folder — the same allowlist as file_read/file_write (the home directory by default; extend via Settings → Advanced → Allowed folders). A path outside the allowlist returns an actionable 'access denied' naming the allowed folders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Absolute path to list (default: ~) | |
| limit | No | Max items (default 100) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| path | No | ||
| count | No | Items returned in this response. | |
| items | No | ||
| total | No | Total items when the listing was truncated. | |
| truncated | No |