You're viewing a demo portfolio

Join the waitlist
PRSM

amp_get_retention

Active

Tool of mcp-amplitude

declared in 0.1.0

Get user retention metrics for a cohort over time. Returns retention percentages by time period (e.g., day 1, day 7, day 30).

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "end": "20240228",
      "start": "20240101",
      "_apiKey": "your-amplitude-api-key",
      "_secretKey": "your-amplitude-secret-key"
    },
    {
      "re": "bracket",
      "end": "20240228",
      "start": "20240101",
      "_apiKey": "your-amplitude-api-key",
      "_secretKey": "your-amplitude-secret-key"
    }
  ],
  "required": [
    "_apiKey",
    "_secretKey",
    "start",
    "end"
  ],
  "properties": {
    "re": {
      "type": "string",
      "description": "Retention type: \"rolling\" or \"bracket\" (default \"rolling\")"
    },
    "end": {
      "type": "string",
      "description": "End date (YYYYMMDD)"
    },
    "start": {
      "type": "string",
      "description": "Start date (YYYYMMDD)"
    },
    "_apiKey": {
      "type": "string",
      "description": "Amplitude API key"
    },
    "_secretKey": {
      "type": "string",
      "description": "Amplitude secret key"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-amplitude

https://github.com/pipeworx-io/mcp-amplitude

2/7 registries
View full server →
amp_get_retention — mcp-amplitude — PRSM MCP