PostHog · Capability

PostHog API — heatmap_screenshots

PostHog API — heatmap_screenshots. 2 operations. Lead operation: heatmap_screenshots. Self-contained Naftiko capability covering one Posthog business surface.

Run with Naftiko Posthogheatmap_screenshots

What You Can Do

GET
Environmentsheatmapscreenshotscontentretrieve — environmentsheatmapscreenshotscontentretrieve
/v1/api/environments/{environment-id}/heatmap-screenshots/{id}/content
GET
Heatmapscreenshotscontentretrieve — heatmapscreenshotscontentretrieve
/v1/api/projects/{project-id}/heatmap-screenshots/{id}/content

MCP Tools

environmentsheatmapscreenshotscontentretrieve

environmentsheatmapscreenshotscontentretrieve

read-only idempotent
heatmapscreenshotscontentretrieve

heatmapscreenshotscontentretrieve

read-only idempotent

Capability Spec

posthog-heatmap-screenshots.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: PostHog API — heatmap_screenshots
  description: 'PostHog API — heatmap_screenshots. 2 operations. Lead operation: heatmap_screenshots. Self-contained Naftiko
    capability covering one Posthog business surface.'
  tags:
  - Posthog
  - heatmap_screenshots
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    POSTHOG_API_KEY: POSTHOG_API_KEY
capability:
  consumes:
  - type: http
    namespace: posthog-heatmap-screenshots
    baseUri: ''
    description: PostHog API — heatmap_screenshots business capability. Self-contained, no shared references.
    resources:
    - name: api-environments-environment_id-heatmap_screenshots-id-content
      path: /api/environments/{environment_id}/heatmap_screenshots/{id}/content/
      operations:
      - name: environmentsheatmapscreenshotscontentretrieve
        method: GET
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: A UUID string identifying this saved heatmap.
          required: true
    - name: api-projects-project_id-heatmap_screenshots-id-content
      path: /api/projects/{project_id}/heatmap_screenshots/{id}/content/
      operations:
      - name: heatmapscreenshotscontentretrieve
        method: GET
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: A UUID string identifying this saved heatmap.
          required: true
    authentication:
      type: bearer
      token: '{{env.POSTHOG_API_KEY}}'
  exposes:
  - type: rest
    namespace: posthog-heatmap-screenshots-rest
    port: 8080
    description: REST adapter for PostHog API — heatmap_screenshots. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/environments/{environment-id}/heatmap-screenshots/{id}/content
      name: api-environments-environment-id-heatmap-screenshots-id-content
      description: REST surface for api-environments-environment_id-heatmap_screenshots-id-content.
      operations:
      - method: GET
        name: environmentsheatmapscreenshotscontentretrieve
        description: environmentsheatmapscreenshotscontentretrieve
        call: posthog-heatmap-screenshots.environmentsheatmapscreenshotscontentretrieve
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/projects/{project-id}/heatmap-screenshots/{id}/content
      name: api-projects-project-id-heatmap-screenshots-id-content
      description: REST surface for api-projects-project_id-heatmap_screenshots-id-content.
      operations:
      - method: GET
        name: heatmapscreenshotscontentretrieve
        description: heatmapscreenshotscontentretrieve
        call: posthog-heatmap-screenshots.heatmapscreenshotscontentretrieve
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: posthog-heatmap-screenshots-mcp
    port: 9090
    transport: http
    description: MCP adapter for PostHog API — heatmap_screenshots. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: environmentsheatmapscreenshotscontentretrieve
      description: environmentsheatmapscreenshotscontentretrieve
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: posthog-heatmap-screenshots.environmentsheatmapscreenshotscontentretrieve
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: heatmapscreenshotscontentretrieve
      description: heatmapscreenshotscontentretrieve
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: posthog-heatmap-screenshots.heatmapscreenshotscontentretrieve
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.