Revenue Engine MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_dashboardB | Get current revenue dashboard with all key metrics |
| get_pipelineB | Get all leads in the pipeline |
| get_upcoming_meetingsB | Get upcoming meetings from Google Calendar (next 7 days) |
| add_leadC | Add a new lead to the pipeline |
| update_leadC | Update an existing lead |
| log_outreachC | Log an outreach activity |
| add_revenueC | Add a closed deal |
| add_taskD | Add a new task |
| get_tasksC | Get all tasks |
| update_taskD | Update a task |
| get_templatesB | Get message templates with performance metrics |
| log_daily_metricsC | Log daily activity metrics |
| get_metricsB | Get recent daily metrics (last 7 days) |
| search_gmailB | Search Gmail inbox. Use Gmail search syntax like 'from:email@example.com' or 'is:unread' or 'subject:proposal' |
| get_email_contentA | Get full content of an email thread by ID. Returns complete email body, attachments info, and all messages in the thread. |
| send_emailA | Send an email via Gmail. ALWAYS get user approval before calling this. |
| check_new_leadsB | Check for new leads added in last 24 hours that need welcome emails |
| setup_matrix_sheetA | Auto-create Knowledge Matrix sheet with proper structure and headers. Run this once before using other Matrix tools. |
| write_matrix_entryC | Write or append entry to Knowledge Matrix. Topics: Bugs & Fixes, Features Added, Testing Results, Decisions & Direction, Documentation Updates, Next Session Goals |
| read_matrix_snapshotC | Read Matrix entries for a date range. Returns all entries for specified topics and dates. |
| get_matrix_rowC | Get all topics for a specific date. Returns complete row from Matrix. |
| query_matrixC | Search Matrix for keyword across topics and dates |
| delete_matrix_rowsA | Delete rows from Knowledge Matrix with confirmation requirement. First call shows preview, second call with confirm=true executes deletion. Cannot delete header rows (1-2). |
| matrix_daily_summaryC | Generate formatted summary of Matrix entries for a specific date. Automatically parses timestamps, bug UIDs, time spent, and generates human-readable output. |
| matrix_time_analysisB | Analyze time spent across Matrix entries. Tracks total time by topic, bug UID, or week. Parses time markers like [30m], [2h] from entries. |
| read_fileA | Read contents of a file. Only works in allowed directories: revenue-engine-mcp, apps-script folders |
| edit_fileA | Surgically edit a file by finding and replacing exact text. 50% more efficient than read+write. Use after read_file to ensure exact match. Errors if text not found or appears multiple times. Creates backup automatically. |
| write_fileA | Write or update entire file. Creates backup automatically. Use for complex multi-location edits or new files. Only works in allowed directories. |
| run_commandB | Execute allowed shell commands (clasp, npm, git, dir). For clasp commands, run from apps-script folder. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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