list_script_projects
List or search your Google Apps Script projects stored in Google Drive. Use a name filter or pagination to locate a specific project and retrieve its script ID for further management.
Instructions
List or search the user's Google Apps Script projects (via Drive). Returns each project's scriptId and name. Use this to discover a scriptId when you don't already have one. Requires a Drive scope; re-run OAuth setup if it reports insufficient scopes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageSize | No | Results per page (max 100, default 50). | |
| pageToken | No | Pagination token from a previous response. | |
| nameContains | No | Only return projects whose name contains this text. |