ADT · Capability

ADT Business API — Reports

ADT Business API — Reports. 1 operations. Lead operation: ADT Generate Site Security Event Report. Self-contained Naftiko capability covering one Adt business surface.

Run with Naftiko AdtReports

What You Can Do

GET
Getsiteeventreport — ADT Generate Site Security Event Report
/v1/sites/{siteid}/reports/events

MCP Tools

adt-generate-site-security-event

ADT Generate Site Security Event Report

read-only idempotent

Capability Spec

business-reports.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: ADT Business API — Reports
  description: 'ADT Business API — Reports. 1 operations. Lead operation: ADT Generate Site Security Event Report. Self-contained
    Naftiko capability covering one Adt business surface.'
  tags:
  - Adt
  - Reports
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADT_API_KEY: ADT_API_KEY
capability:
  consumes:
  - type: http
    namespace: business-reports
    baseUri: https://api.adt.com/business/v1
    description: ADT Business API — Reports business capability. Self-contained, no shared references.
    resources:
    - name: sites-siteId-reports-events
      path: /sites/{siteId}/reports/events
      operations:
      - name: getsiteeventreport
        method: GET
        description: ADT Generate Site Security Event Report
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: siteId
          in: path
          type: string
          description: Business site ID.
          required: true
        - name: startDate
          in: query
          type: string
          description: Report start date (ISO 8601).
          required: true
        - name: endDate
          in: query
          type: string
          description: Report end date (ISO 8601).
          required: true
    authentication:
      type: bearer
      token: '{{env.ADT_API_KEY}}'
  exposes:
  - type: rest
    namespace: business-reports-rest
    port: 8080
    description: REST adapter for ADT Business API — Reports. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/sites/{siteid}/reports/events
      name: sites-siteid-reports-events
      description: REST surface for sites-siteId-reports-events.
      operations:
      - method: GET
        name: getsiteeventreport
        description: ADT Generate Site Security Event Report
        call: business-reports.getsiteeventreport
        with:
          siteId: rest.siteId
          startDate: rest.startDate
          endDate: rest.endDate
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: business-reports-mcp
    port: 9090
    transport: http
    description: MCP adapter for ADT Business API — Reports. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: adt-generate-site-security-event
      description: ADT Generate Site Security Event Report
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: business-reports.getsiteeventreport
      with:
        siteId: tools.siteId
        startDate: tools.startDate
        endDate: tools.endDate
      outputParameters:
      - type: object
        mapping: $.