OAuth
📜 Google Apps Script
Manage and run Apps Script projects.
What you can do
- List your Apps Script projects
- Read and update script source files
- Trigger script executions
Setup
agentio gscript profile add
Command reference
-
agentio gscript createCreate a new Apps Script project (standalone or container-bound)
--title <title>--parent <containerId>--profile <name> -
agentio gscript metadata <id>Get script project metadata
--profile <name> -
agentio gscript listList script projects (optionally filtered to a container)
--parent <containerId>--limit <n>--profile <name> -
agentio gscript delete <id>Delete a script project (moves to Drive trash)
--force--profile <name> -
agentio gscript pull <id> [dir]Download all script files to a local directory (writes .clasp.json)
--force--profile <name> -
agentio gscript push [dir]Upload all .gs/.html/appsscript.json files in a directory
--id <scriptId>--profile <name> -
agentio gscript get <id> <file>Print one script file to stdout
--profile <name> -
agentio gscript put <id> <file>Replace or add a single script file (--source, --from <path>, or - for stdin)
--source <text>--from <path>--profile <name>
MCP tools
Not yet exposed via MCP.