drive_list
Get a list of files and folders inside a specific Google Drive folder by providing its folder ID. Returns each item's ID, name, and file type.
Instructions
List children of a Drive folder by folder ID.
Returns a list of dicts, each with keys: id, name, mime_type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | ||
| limit | No | Max results (1-100) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |