Mixpanel · Capability

Mixpanel Ingestion API — Group Profiles

Mixpanel Ingestion API — Group Profiles. 1 operations. Lead operation: Mixpanel Update group profile. Self-contained Naftiko capability covering one Mixpanel business surface.

Run with Naftiko MixpanelGroup Profiles

What You Can Do

POST
Updategroupprofile — Mixpanel Update group profile
/v1/groups

MCP Tools

mixpanel-update-group-profile

Mixpanel Update group profile

Capability Spec

ingestion-group-profiles.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Mixpanel Ingestion API — Group Profiles
  description: 'Mixpanel Ingestion API — Group Profiles. 1 operations. Lead operation: Mixpanel Update group profile. Self-contained
    Naftiko capability covering one Mixpanel business surface.'
  tags:
  - Mixpanel
  - Group Profiles
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MIXPANEL_API_KEY: MIXPANEL_API_KEY
capability:
  consumes:
  - type: http
    namespace: ingestion-group-profiles
    baseUri: https://api.mixpanel.com
    description: Mixpanel Ingestion API — Group Profiles business capability. Self-contained, no shared references.
    resources:
    - name: groups
      path: /groups
      operations:
      - name: updategroupprofile
        method: POST
        description: Mixpanel Update group profile
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: token
      value: '{{env.MIXPANEL_API_KEY}}'
      placement: query
  exposes:
  - type: rest
    namespace: ingestion-group-profiles-rest
    port: 8080
    description: REST adapter for Mixpanel Ingestion API — Group Profiles. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/groups
      name: groups
      description: REST surface for groups.
      operations:
      - method: POST
        name: updategroupprofile
        description: Mixpanel Update group profile
        call: ingestion-group-profiles.updategroupprofile
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ingestion-group-profiles-mcp
    port: 9090
    transport: http
    description: MCP adapter for Mixpanel Ingestion API — Group Profiles. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: mixpanel-update-group-profile
      description: Mixpanel Update group profile
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: ingestion-group-profiles.updategroupprofile
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.