Skip to main content
Glama

Google Apps Script MCP Server

by mohalmah

list_script_processes

Retrieve detailed information about executed processes for a specific Google Apps Script by filtering based on function name, time range, deployment ID, statuses, and more.

Instructions

List information about a script's executed processes.

Input Schema

NameRequiredDescriptionDefault
deploymentIdNoFilter by deployment ID.
endTimeNoFilter by end time.
functionNameNoFilter by function name.
pageSizeNoThe number of processes to return per page.
pageTokenNoToken for pagination.
scriptIdYesThe ID of the script to list processes for.
startTimeNoFilter by start time.
statusesNoFilter by process statuses.
typesNoFilter by process types.
userAccessLevelsNoFilter by user access levels.

Input Schema (JSON Schema)

{ "properties": { "deploymentId": { "description": "Filter by deployment ID.", "type": "string" }, "endTime": { "description": "Filter by end time.", "type": "string" }, "functionName": { "description": "Filter by function name.", "type": "string" }, "pageSize": { "description": "The number of processes to return per page.", "type": "integer" }, "pageToken": { "description": "Token for pagination.", "type": "string" }, "scriptId": { "description": "The ID of the script to list processes for.", "type": "string" }, "startTime": { "description": "Filter by start time.", "type": "string" }, "statuses": { "description": "Filter by process statuses.", "type": "string" }, "types": { "description": "Filter by process types.", "type": "string" }, "userAccessLevels": { "description": "Filter by user access levels.", "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