youfiliate_get_smart_link_stats
ActiveTool of youfiliate-mcp
Get click analytics for a specific smart link. Returns click counts broken down by country, device, referrer, and day for the specified period. Does NOT modify any data. Common errors: - Smart link not found: check the ID.
Parameters schema
{
"type": "object",
"$defs": {
"ResponseFormat": {
"enum": [
"markdown",
"json"
],
"type": "string",
"title": "ResponseFormat",
"description": "Output format for tool responses."
},
"GetSmartLinkStatsInput": {
"type": "object",
"title": "GetSmartLinkStatsInput",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"title": "Id",
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$",
"description": "Smart link UUID"
},
"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 click analytics for a single smart link.",
"additionalProperties": false
}
},
"title": "youfiliate_get_smart_link_statsArguments",
"required": [
"params"
],
"properties": {
"params": {
"$ref": "#/$defs/GetSmartLinkStatsInput"
}
}
}Parent server
youfiliate-mcp
https://github.com/andrewmpierce/youfiliate-mcp
2/7 registries