Skip to main content
Glama

Google Apps Script MCP Server

by mohalmah

script_projects_deployments_list

List all deployments for a specific Apps Script project by providing the script ID. Supports pagination and custom field selection for streamlined project management.

Instructions

Lists the deployments of an Apps Script project.

Input Schema

NameRequiredDescriptionDefault
fieldsNoSelector specifying which fields to include in a partial response.
pageSizeNoThe number of deployments to return per page.
pageTokenNoToken for pagination.
prettyPrintNoReturns response with indentations and line breaks.
scriptIdYesThe ID of the script project.

Input Schema (JSON Schema)

{ "properties": { "fields": { "description": "Selector specifying which fields to include in a partial response.", "type": "string" }, "pageSize": { "description": "The number of deployments to return per page.", "type": "integer" }, "pageToken": { "description": "Token for pagination.", "type": "string" }, "prettyPrint": { "description": "Returns response with indentations and line breaks.", "type": "boolean" }, "scriptId": { "description": "The ID of the script project.", "type": "string" } }, "required": [ "scriptId" ], "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