segment · Capability

Segment HTTP Tracking API — Page

Segment HTTP Tracking API — Page. 1 operations. Lead operation: Record a page view. Self-contained Naftiko capability covering one Segment business surface.

Run with Naftiko SegmentPage

What You Can Do

POST
Page — Record a page view
/v1/page

MCP Tools

record-page-view

Record a page view

Capability Spec

http-tracking-page.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Segment HTTP Tracking API — Page
  description: 'Segment HTTP Tracking API — Page. 1 operations. Lead operation: Record a page view. Self-contained Naftiko
    capability covering one Segment business surface.'
  tags:
  - Segment
  - Page
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SEGMENT_API_KEY: SEGMENT_API_KEY
capability:
  consumes:
  - type: http
    namespace: http-tracking-page
    baseUri: https://api.segment.io/v1
    description: Segment HTTP Tracking API — Page business capability. Self-contained, no shared references.
    resources:
    - name: page
      path: /page
      operations:
      - name: page
        method: POST
        description: Record a page view
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: basic
      username: '{{env.SEGMENT_USER}}'
      password: '{{env.SEGMENT_PASS}}'
  exposes:
  - type: rest
    namespace: http-tracking-page-rest
    port: 8080
    description: REST adapter for Segment HTTP Tracking API — Page. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/page
      name: page
      description: REST surface for page.
      operations:
      - method: POST
        name: page
        description: Record a page view
        call: http-tracking-page.page
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: http-tracking-page-mcp
    port: 9090
    transport: http
    description: MCP adapter for Segment HTTP Tracking API — Page. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: record-page-view
      description: Record a page view
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: http-tracking-page.page
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.