Skip to main content
Glama

Google Apps Script MCP Server

by mohalmah

script_processes_list

List and filter processes for a Google Apps Script project by script ID, function name, deployment ID, status, or time range. Manage executions and monitor project activity with pagination support.

Instructions

List processes for a Google Apps Script project.

Input Schema

NameRequiredDescriptionDefault
deploymentIdNoThe deployment ID to filter processes.
endTimeNoThe end time for filtering processes.
fieldsNoSelector specifying which fields to include in a partial response.
functionNameNoThe name of the function to filter processes.
pageSizeNoThe number of processes to return per page.
pageTokenNoToken for pagination.
prettyPrintNoReturns response with indentations and line breaks.
projectNameNoThe project name to filter processes.
scriptIdYesThe ID of the script to filter processes.
startTimeNoThe start time for filtering processes.
statusesNoThe statuses to filter processes.
typesNoThe types of processes to filter.
userAccessLevelsNoUser access levels to filter.

Input Schema (JSON Schema)

{ "properties": { "deploymentId": { "description": "The deployment ID to filter processes.", "type": "string" }, "endTime": { "description": "The end time for filtering processes.", "type": "string" }, "fields": { "description": "Selector specifying which fields to include in a partial response.", "type": "string" }, "functionName": { "description": "The name of the function to filter processes.", "type": "string" }, "pageSize": { "description": "The number of processes to return per page.", "type": "integer" }, "pageToken": { "description": "Token for pagination.", "type": "string" }, "prettyPrint": { "description": "Returns response with indentations and line breaks.", "type": "boolean" }, "projectName": { "description": "The project name to filter processes.", "type": "string" }, "scriptId": { "description": "The ID of the script to filter processes.", "type": "string" }, "startTime": { "description": "The start time for filtering processes.", "type": "string" }, "statuses": { "description": "The statuses to filter processes.", "items": { "type": "string" }, "type": "array" }, "types": { "description": "The types of processes to filter.", "items": { "type": "string" }, "type": "array" }, "userAccessLevels": { "description": "User access levels to filter.", "items": { "type": "string" }, "type": "array" } }, "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