Skip to main content
Glama

Google Apps Script MCP Server

by mohalmah

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

NameRequiredDescriptionDefault
descriptionYesA description for the deployment.
manifestFileNameYesThe name of the manifest file.
scriptIdYesThe ID of the script to deploy.
versionNumberYesThe version number of the script.

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "A description for the deployment.", "type": "string" }, "manifestFileName": { "description": "The name of the manifest file.", "type": "string" }, "scriptId": { "description": "The ID of the script to deploy.", "type": "string" }, "versionNumber": { "description": "The version number of the script.", "type": "number" } }, "required": [ "scriptId", "manifestFileName", "versionNumber", "description" ], "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