Amplitude · Capability

Amplitude Identify API — Identify

Amplitude Identify API — Identify. 1 operations. Lead operation: Amplitude Identify a User. Self-contained Naftiko capability covering one Amplitude business surface.

Run with Naftiko AmplitudeIdentify

What You Can Do

POST
Identifyuser — Amplitude Identify a User
/v1/identify

MCP Tools

amplitude-identify-user

Amplitude Identify a User

Capability Spec

identify-identify.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amplitude Identify API — Identify
  description: 'Amplitude Identify API — Identify. 1 operations. Lead operation: Amplitude Identify a User. Self-contained
    Naftiko capability covering one Amplitude business surface.'
  tags:
  - Amplitude
  - Identify
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMPLITUDE_API_KEY: AMPLITUDE_API_KEY
capability:
  consumes:
  - type: http
    namespace: identify-identify
    baseUri: https://api2.amplitude.com
    description: Amplitude Identify API — Identify business capability. Self-contained, no shared references.
    resources:
    - name: identify
      path: /identify
      operations:
      - name: identifyuser
        method: POST
        description: Amplitude Identify a User
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: identify-identify-rest
    port: 8080
    description: REST adapter for Amplitude Identify API — Identify. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/identify
      name: identify
      description: REST surface for identify.
      operations:
      - method: POST
        name: identifyuser
        description: Amplitude Identify a User
        call: identify-identify.identifyuser
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: identify-identify-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amplitude Identify API — Identify. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: amplitude-identify-user
      description: Amplitude Identify a User
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: identify-identify.identifyuser
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.