You're viewing a demo portfolio

Join the waitlist
PRSM

amp_get_user_activity

Active

Tool of mcp-amplitude

declared in 0.1.0

Get recent event activity timeline for a specific user. Returns events with timestamps, properties, and interactions.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "_apiKey": "your-amplitude-api-key",
      "_secretKey": "your-amplitude-secret-key",
      "amplitude_id": "5f8c1a2b9e4d5c6f7g8h9i0j"
    },
    {
      "limit": 50,
      "offset": 100,
      "_apiKey": "your-amplitude-api-key",
      "_secretKey": "your-amplitude-secret-key",
      "amplitude_id": "5f8c1a2b9e4d5c6f7g8h9i0j"
    }
  ],
  "required": [
    "_apiKey",
    "_secretKey",
    "amplitude_id"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max events to return (default 100, max 1000)"
    },
    "offset": {
      "type": "number",
      "description": "Pagination offset (default 0)"
    },
    "_apiKey": {
      "type": "string",
      "description": "Amplitude API key"
    },
    "_secretKey": {
      "type": "string",
      "description": "Amplitude secret key"
    },
    "amplitude_id": {
      "type": "string",
      "description": "Amplitude internal user ID (from amp_user_search results)"
    }
  }
}

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 →