youfiliate_get_aggregate_stats
ActiveTool of youfiliate-mcp
declared in 1.27.0
Get aggregate click analytics across all your smart links. Returns total clicks, top countries, devices, and referrers across your entire account for the specified period. Does NOT modify any data.
Parameters schema
{
"type": "object",
"$defs": {
"ResponseFormat": {
"enum": [
"markdown",
"json"
],
"type": "string",
"title": "ResponseFormat",
"description": "Output format for tool responses."
},
"GetAggregateStatsInput": {
"type": "object",
"title": "GetAggregateStatsInput",
"properties": {
"period": {
"enum": [
"7d",
"30d",
"90d",
"all"
],
"type": "string",
"title": "Period",
"default": "30d",
"description": "Time period for stats: '7d', '30d', '90d', or 'all'"
},
"response_format": {
"$ref": "#/$defs/ResponseFormat",
"default": "markdown",
"description": "Output format: 'markdown' or 'json'"
}
},
"description": "Input for getting aggregate analytics across all smart links.",
"additionalProperties": false
}
},
"title": "youfiliate_get_aggregate_statsArguments",
"required": [
"params"
],
"properties": {
"params": {
"$ref": "#/$defs/GetAggregateStatsInput"
}
}
}Parent server
youfiliate-mcp
https://github.com/andrewmpierce/youfiliate-mcp
2/7 registries