Skip to main content
Glama

Revenue Engine MCP

run_command

Execute allowed shell commands including clasp, npm, git, and directory operations to manage Google Apps Script projects and development workflows for revenue tracking systems.

Instructions

Execute allowed shell commands (clasp, npm, git, dir). For clasp commands, run from apps-script folder.

Input Schema

NameRequiredDescriptionDefault
commandYesCommand to run (must be in allowed list)
workingDirectoryNoDirectory to run command in (optional, defaults to revenue-engine-mcp)

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "Command to run (must be in allowed list)", "type": "string" }, "workingDirectory": { "description": "Directory to run command in (optional, defaults to revenue-engine-mcp)", "type": "string" } }, "required": [ "command" ], "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/PromptishOperations/mcpSpec'

If you have feedback or need assistance with the MCP directory API, please join our Discord server