Skip to main content
Glama

Google Apps Script MCP Server

by mohalmah

script_projects_deployments_update

Update deployments for Google Apps Script projects by specifying script ID, deployment ID, and configuration details such as manifest file name, version number, and description.

Instructions

Updates a deployment of an Apps Script project.

Input Schema

NameRequiredDescriptionDefault
deploymentConfigYes
deploymentIdYesThe ID of the deployment to update.
scriptIdYesThe ID of the script to update.

Input Schema (JSON Schema)

{ "properties": { "deploymentConfig": { "properties": { "description": { "description": "A description of the deployment.", "type": "string" }, "manifestFileName": { "description": "The name of the manifest file.", "type": "string" }, "versionNumber": { "description": "The version number of the deployment.", "type": "integer" } }, "required": [ "manifestFileName", "versionNumber", "description" ], "type": "object" }, "deploymentId": { "description": "The ID of the deployment to update.", "type": "string" }, "scriptId": { "description": "The ID of the script to update.", "type": "string" } }, "required": [ "scriptId", "deploymentId", "deploymentConfig" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mohalmah/google-appscript-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server