list_script_projects
Discover Google Apps Script scriptIds by listing or searching Drive projects. Each result includes the project's scriptId and name.
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. |