Skip to main content
Glama

Google Apps Script MCP Server

by mohalmah

script_projects_deployments_delete

Remove specific deployments of Google Apps Script projects by providing the script ID and deployment ID. Simplifies management of script deployments through integration with the Google Apps Script API.

Instructions

Delete a deployment of an Apps Script project.

Input Schema

NameRequiredDescriptionDefault
deploymentIdYesThe ID of the deployment to delete.
scriptIdYesThe ID of the script project.

Input Schema (JSON Schema)

{ "properties": { "deploymentId": { "description": "The ID of the deployment to delete.", "type": "string" }, "scriptId": { "description": "The ID of the script project.", "type": "string" } }, "required": [ "scriptId", "deploymentId" ], "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