create_script_project
Create a new Apps Script project in your Google Drive, optionally under a parent folder, with a dry run mode to preview before creation.
Instructions
Create a new Apps Script project.
Args: user_google_email: The user's Google email address. Required. title: Script project title. parent_id: Optional parent Drive file ID. dry_run: Preview creation without mutation. Defaults to True.
Returns: str: Confirmation of preview or creation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | ||
| title | Yes | ||
| parent_id | No | ||
| dry_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |