Create a new Google Apps Script project by specifying a parent project ID and a title for the script. Enables project management through the Google Apps Script API.
Retrieve a specific deployment of a Google Apps Script project by providing the script ID and deployment ID. Simplifies deployment management via the Google Apps Script API.
Retrieve the content of a Google Apps Script project by specifying the script ID, version number, and optional fields. Integrates with the Google Apps Script API to manage project details.
Create a new version for a Google Apps Script project by specifying the script ID and version description, enabling version control and project management within the Google Apps Script MCP Server.