Skip to main content
Glama

Revenue Engine MCP

add_revenue

Record closed deals and revenue data in Google Sheets for tracking business performance and managing sales pipeline through the Revenue Engine MCP server.

Instructions

Add a closed deal

Input Schema

NameRequiredDescriptionDefault
clientNameYes
contractValueYes
leadIdNo
notesNo
paymentReceivedNo
projectDescriptionNo
serviceTypeNo
statusNo

Input Schema (JSON Schema)

{ "properties": { "clientName": { "type": "string" }, "contractValue": { "type": "number" }, "leadId": { "type": "number" }, "notes": { "type": "string" }, "paymentReceived": { "type": "number" }, "projectDescription": { "type": "string" }, "serviceType": { "enum": [ "Website", "Automation", "SaaS Consulting", "Combined", "Other" ], "type": "string" }, "status": { "enum": [ "Proposed", "Accepted", "In Progress", "Delivered", "Paid" ], "type": "string" } }, "required": [ "clientName", "contractValue" ], "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