list_folder
List the direct children of a Google Drive folder using its URL or ID. Supports pagination to retrieve all items.
Instructions
List the direct children of a folder (item = folder URL or ID).
Returns one page; when `has_more` is true, pass the returned `next_page_token` to continue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes | ||
| page_size | No | ||
| page_token | No |