You're viewing a demo portfolio

Join the waitlist
PRSM

get_attribution_report

Active

Tool of SendIt

declared in 0.1.0

Generate an attribution report showing how channels contribute to conversions. Models: • first_touch - All credit to first interaction • last_touch - All credit to last interaction • linear - Equal credit across all touchpoints • time_decay - More credit to recent touchpoints • position_based - 40% first, 40% last, 20% middle • data_driven - ML-based attribution

Parameters schema

{
  "type": "object",
  "required": [
    "model",
    "startDate",
    "endDate"
  ],
  "properties": {
    "model": {
      "enum": [
        "first_touch",
        "last_touch",
        "linear",
        "time_decay",
        "position_based",
        "data_driven"
      ],
      "type": "string",
      "description": "Attribution model"
    },
    "endDate": {
      "type": "string",
      "format": "date"
    },
    "startDate": {
      "type": "string",
      "format": "date"
    },
    "conversionType": {
      "type": "string",
      "description": "Filter by conversion type (optional)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

SendIt

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

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