Skip to main content
Glama

Google Apps Script MCP Server

by mohalmah

script_projects_get

Retrieve metadata of Google Apps Script projects using the script ID. Automatically handles OAuth authentication for secure API integration. Ideal for managing script projects efficiently.

Instructions

Get metadata of a Google Apps Script project. OAuth authentication is handled automatically.

Input Schema

NameRequiredDescriptionDefault
altNoData format for response.json
fieldsNoSelector specifying which fields to include in a partial response.
prettyPrintNoReturns response with indentations and line breaks.
quotaUserNoArbitrary string assigned to a user for quota purposes.
scriptIdYesThe ID of the script project to retrieve.

Input Schema (JSON Schema)

{ "properties": { "alt": { "default": "json", "description": "Data format for response.", "enum": [ "json" ], "type": "string" }, "fields": { "description": "Selector specifying which fields to include in a partial response.", "type": "string" }, "prettyPrint": { "default": true, "description": "Returns response with indentations and line breaks.", "type": "boolean" }, "quotaUser": { "description": "Arbitrary string assigned to a user for quota purposes.", "type": "string" }, "scriptId": { "description": "The ID of the script project to retrieve.", "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