script_projects_create
Create a new Google Apps Script project by specifying a parent project ID and a title. Integrate with the Google Apps Script API via the MCP server for efficient project management.
Instructions
Create a new Google Apps Script project.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
parentId | Yes | The ID of the parent project. | |
title | Yes | The title of the new script project. |