Skip to main content
Glama

Google Apps Script MCP Server

by mohalmah

script_projects_versions_get

Retrieve a specific version of a Google Apps Script project by providing the script ID and version number. Use this tool to manage and access script project versions efficiently.

Instructions

Get a version of a Google Apps Script project.

Input Schema

NameRequiredDescriptionDefault
access_tokenNoOAuth access token.
altNoData format for response.
callbackNoJSONP callback.
fieldsNoSelector specifying which fields to include in a partial response.
keyNoAPI key for the project.
oauth_tokenNoOAuth 2.0 token for the current user.
prettyPrintNoReturns response with indentations and line breaks.
quotaUserNoAvailable to use for quota purposes for server-side applications.
scriptIdYesThe ID of the script project.
versionNumberYesThe version number of the script project.

Input Schema (JSON Schema)

{ "properties": { "access_token": { "description": "OAuth access token.", "type": "string" }, "alt": { "description": "Data format for response.", "enum": [ "json", "xml" ], "type": "string" }, "callback": { "description": "JSONP callback.", "type": "string" }, "fields": { "description": "Selector specifying which fields to include in a partial response.", "type": "string" }, "key": { "description": "API key for the project.", "type": "string" }, "oauth_token": { "description": "OAuth 2.0 token for the current user.", "type": "string" }, "prettyPrint": { "description": "Returns response with indentations and line breaks.", "type": "boolean" }, "quotaUser": { "description": "Available to use for quota purposes for server-side applications.", "type": "string" }, "scriptId": { "description": "The ID of the script project.", "type": "string" }, "versionNumber": { "description": "The version number of the script project.", "type": "string" } }, "required": [ "scriptId", "versionNumber" ], "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