list_files
Filter and browse indexed files by extension or name substring. Returns file ID, size, and path, sorted by size.
Instructions
Browse indexed files by metadata (not a content search).
Filter by extension (e.g. "pdf", no leading dot) and/or name_contains (a substring matched anywhere in the full path — a filename or a folder). Use for exploration like "my PDFs under Documents" or "notebooks named train". Returns file_id, size, and path, largest first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| extension | No | ||
| name_contains | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |