Skip to main content
Glama

Mailmodo

Official
by mailmodo

MailmodoCampainReportTool

Generate detailed campaign reports, including open, click, and submission counts, by providing campaign ID and date range for accurate performance analysis.

Instructions

Tool to get the campaign reports for a particular campaign like open, click submission count etc

Input Schema

NameRequiredDescriptionDefault
campaignIdYes
fromDateYes
toDateYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "campaignId": { "format": "uuid", "type": "string" }, "fromDate": { "pattern": "^\\d{4}-\\d{2}-\\d{2}$", "type": "string" }, "toDate": { "pattern": "^\\d{4}-\\d{2}-\\d{2}$", "type": "string" } }, "required": [ "campaignId", "fromDate", "toDate" ], "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/mailmodo/mailmodo-mcp'

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