Skip to main content
Glama

Duyet MCP Server

get_analytics

Analyze contact submissions by generating reports on summary statistics, purpose breakdown, daily trends, and recent activity patterns with flexible date ranges.

Instructions

Generate analytics reports on contact submissions including summary statistics, purpose breakdown, daily trends, and recent activity patterns

Input Schema

NameRequiredDescriptionDefault
date_fromNoStart date for custom period (YYYY-MM-DD format)
date_toNoEnd date for custom period (YYYY-MM-DD format)
report_typeNoType of analytics report to generatesummary

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "date_from": { "description": "Start date for custom period (YYYY-MM-DD format)", "type": "string" }, "date_to": { "description": "End date for custom period (YYYY-MM-DD format)", "type": "string" }, "report_type": { "default": "summary", "description": "Type of analytics report to generate", "enum": [ "summary", "purpose_breakdown", "daily_trends", "recent_activity", "custom_period" ], "type": "string" } }, "type": "object" }
Install Server

Other Tools from Duyet MCP Server

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

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