Skip to main content
Glama

Google Apps Script MCP Server

by mohalmah

script_projects_create

Create a new Google Apps Script project by specifying a parent project ID and a title. Integrate with the Google Apps Script API via the MCP server for efficient project management.

Instructions

Create a new Google Apps Script project.

Input Schema

NameRequiredDescriptionDefault
parentIdYesThe ID of the parent project.
titleYesThe title of the new script project.

Input Schema (JSON Schema)

{ "properties": { "parentId": { "description": "The ID of the parent project.", "type": "string" }, "title": { "description": "The title of the new script project.", "type": "string" } }, "required": [ "parentId", "title" ], "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