You're viewing a demo portfolio

Join the waitlist
PRSM

get_unified_analytics

Active

Tool of SendIt

declared in 0.1.0

Get cross-platform analytics combining organic and paid performance. Aggregates metrics across all connected platforms into a single view. Supports time-series breakdowns and platform comparison.

Parameters schema

{
  "type": "object",
  "required": [
    "startDate",
    "endDate"
  ],
  "properties": {
    "endDate": {
      "type": "string",
      "format": "date",
      "description": "End date (YYYY-MM-DD)"
    },
    "breakdown": {
      "enum": [
        "none",
        "day",
        "week",
        "month",
        "platform",
        "content_type"
      ],
      "type": "string",
      "description": "Breakdown dimension"
    },
    "platforms": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Filter to specific platforms (optional, all if omitted)"
    },
    "startDate": {
      "type": "string",
      "format": "date",
      "description": "Start date (YYYY-MM-DD)"
    },
    "includePaid": {
      "type": "boolean",
      "description": "Include paid metrics (default true)"
    },
    "includeOrganic": {
      "type": "boolean",
      "description": "Include organic metrics (default true)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

SendIt

https://github.com/Shree-git/sendit

1/7 registries
View full server →
get_unified_analytics — SendIt — PRSM MCP