You're viewing a demo portfolio

Join the waitlist
PRSM

get_ad_performance

Active

Tool of SendIt

declared in 0.1.0

Get performance metrics for campaigns, ad sets, or creatives. Returns impressions, clicks, spend, conversions, CTR, CPC, CPM, ROAS, and custom metrics. Supports date range filtering and breakdown by day.

Parameters schema

{
  "type": "object",
  "required": [
    "entityType",
    "entityId"
  ],
  "properties": {
    "endDate": {
      "type": "string",
      "format": "date",
      "description": "End date (YYYY-MM-DD)"
    },
    "metrics": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Specific metrics to retrieve (optional, returns all by default)"
    },
    "entityId": {
      "type": "string",
      "description": "Entity ID"
    },
    "breakdown": {
      "enum": [
        "none",
        "day",
        "week",
        "month",
        "platform"
      ],
      "type": "string",
      "description": "Breakdown dimension"
    },
    "startDate": {
      "type": "string",
      "format": "date",
      "description": "Start date (YYYY-MM-DD)"
    },
    "entityType": {
      "enum": [
        "account",
        "campaign",
        "ad_set",
        "creative"
      ],
      "type": "string",
      "description": "Entity type to get metrics for"
    }
  }
}

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_ad_performance — SendIt — PRSM MCP