mybox_list
List files and folders inside a MYBOX folder or drive root, with optional count and sort controls to page through directory contents.
Instructions
List files and folders directly inside a folder, or the drive root.
Args: folder_id: Folder to list. Omit for the drive root. count: Maximum entries to return (the API pages internally, 1000 per page). sort: "field,direction" where field is name, createdAt, modifiedAt or accessedAt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | modifiedAt,desc | |
| count | No | ||
| folder_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||