Manage Script Project
manage_script_projectCreate or permanently delete an Apps Script project. Specify a title to create, or a script ID to remove an existing project.
Instructions
Create or delete an Apps Script project.
Actions: - "create": Create a project. Requires title; parent_id is optional. - "delete": Permanently delete a project. Requires script_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| action | Yes | ||
| parent_id | No | ||
| script_id | No | ||
| user_google_email | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |