Claude-GAS-Bridge

execute-gas

Execute custom GAS script

Input Schema

NameRequiredDescriptionDefault
apiKeyYes
scriptYes
titleNo

Input Schema (JSON Schema)

{ "properties": { "apiKey": { "type": "string" }, "script": { "type": "string" }, "title": { "type": "string" } }, "required": [ "script", "apiKey" ], "type": "object" }

You must be authenticated.

Other Tools