list_script_projects
List Google Apps Script projects in Drive by scanning file metadata. Returns paginated results for browsing.
Instructions
Find Apps Script projects by scanning the user's Drive.
Uses Drive API search (mimeType='application/vnd.google-apps.script') because the Apps Script API has no list endpoint of its own. For content of a specific script use get_script_project or get_script_content. Requires the drive.readonly OAuth scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | The user's Google email address (authenticated account). | |
| page_size | No | Max projects per page. Default 50; Drive cap 1000. | |
| page_token | No | Cursor from a prior response's pagination token. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |