script_projects_deployments_create
Deploy Google Apps Script projects by specifying script ID, manifest file, version number, and description. Facilitates script management and integration via MCP-compatible clients.
Instructions
Creates a deployment of an Apps Script project.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | Yes | A description for the deployment. | |
manifestFileName | Yes | The name of the manifest file. | |
scriptId | Yes | The ID of the script to deploy. | |
versionNumber | Yes | The version number of the script. |