Skip to main content
Glama

Revenue Engine MCP

log_outreach

Track outreach activities to leads by recording communication channels, responses, and notes for revenue pipeline management.

Instructions

Log an outreach activity

Input Schema

NameRequiredDescriptionDefault
channelYes
companyNameYes
leadIdNo
notesNo
responseReceivedNo
responseTypeNo
templateIdNo
templateUsedNo

Input Schema (JSON Schema)

{ "properties": { "channel": { "enum": [ "Cold Email", "LinkedIn", "Upwork", "Phone", "Gmail", "Other" ], "type": "string" }, "companyName": { "type": "string" }, "leadId": { "type": "number" }, "notes": { "type": "string" }, "responseReceived": { "enum": [ "Yes", "No" ], "type": "string" }, "responseType": { "enum": [ "Interested", "Not Interested", "Question", "Meeting Booked", "No Response" ], "type": "string" }, "templateId": { "type": "number" }, "templateUsed": { "type": "string" } }, "required": [ "companyName", "channel" ], "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