Skip to main content
Glama

Google Apps Script MCP Server

by mohalmah

script_projects_versions_create

Create and manage new versions of Google Apps Script projects by specifying a script ID and version description for efficient project tracking and updates.

Instructions

Creates a new version of a Google Apps Script project.

Input Schema

NameRequiredDescriptionDefault
descriptionYesA description for the new version.
scriptIdYesThe ID of the script project.

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "A description for the new version.", "type": "string" }, "scriptId": { "description": "The ID of the script project.", "type": "string" } }, "required": [ "scriptId", "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