Skip to main content
Glama

turbosmtp

get_analytics_data

Retrieve email analytics data from TurboSMTP within a specified date range. Use start and end dates, optional filters, pagination, and timezone settings to extract precise insights.

Instructions

Retrieve analytics data from TurboSMTP for a specific date range

Input Schema

NameRequiredDescriptionDefault
filterNoFilter for analytics data (optional)
fromYesStart date for analytics (format: YYYY-MM-DD)
limitNoNumber of results per page (optional)
pageNoPage number (optional)
toYesEnd date for analytics (format: YYYY-MM-DD)
tzNoTimezone (optional, e.g., "Europe/Rome", "America/New_York")

Input Schema (JSON Schema)

{ "properties": { "filter": { "description": "Filter for analytics data (optional)", "type": "string" }, "from": { "description": "Start date for analytics (format: YYYY-MM-DD)", "pattern": "^\\d{4}-\\d{2}-\\d{2}$", "type": "string" }, "limit": { "description": "Number of results per page (optional)", "maximum": 100, "minimum": 1, "type": "number" }, "page": { "description": "Page number (optional)", "minimum": 1, "type": "number" }, "to": { "description": "End date for analytics (format: YYYY-MM-DD)", "pattern": "^\\d{4}-\\d{2}-\\d{2}$", "type": "string" }, "tz": { "description": "Timezone (optional, e.g., \"Europe/Rome\", \"America/New_York\")", "type": "string" } }, "required": [ "from", "to" ], "type": "object" }
Install Server

Other Tools from turbosmtp

Related Tools

    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/debba/turbosmtp-mcp-server'

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