Microsoft Azure · Capability

Microsoft Azure Data Manager for Agriculture Data Plane Service — SensorEvents

Microsoft Azure Data Manager for Agriculture Data Plane Service — SensorEvents. 1 operations. Lead operation: Microsoft Azure Get Sensor Events. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSensorEvents

What You Can Do

GET
Microsoftazuresensoreventslist — Microsoft Azure Get Sensor Events
/v1/sensor-events

MCP Tools

microsoft-azure-get-sensor-events

Microsoft Azure Get Sensor Events

read-only idempotent

Capability Spec

data-manager-for-agriculture-data-plane-service-sensorevents.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Data Manager for Agriculture Data Plane Service — SensorEvents
  description: 'Microsoft Azure Data Manager for Agriculture Data Plane Service — SensorEvents. 1 operations. Lead operation:
    Microsoft Azure Get Sensor Events. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - SensorEvents
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: data-manager-for-agriculture-data-plane-service-sensorevents
    baseUri: ''
    description: Microsoft Azure Data Manager for Agriculture Data Plane Service — SensorEvents business capability. Self-contained,
      no shared references.
    resources:
    - name: sensor-events
      path: /sensor-events
      operations:
      - name: microsoftazuresensoreventslist
        method: GET
        description: Microsoft Azure Get Sensor Events
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sensorId
          in: query
          type: string
          description: Id of the associated sensor.
          required: true
        - name: sensorPartnerId
          in: query
          type: string
          description: Id of the associated sensor partner.
          required: true
        - name: startDateTime
          in: query
          type: string
          description: "Search span start time of sensor events (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ.\r"
        - name: endDateTime
          in: query
          type: string
          description: "Search span end time of sensor events (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ.\r"
        - name: excludeDuplicateEvents
          in: query
          type: boolean
          description: 'Flag to exclude duplicate events and take the latest ones only (Default: false).'
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
  exposes:
  - type: rest
    namespace: data-manager-for-agriculture-data-plane-service-sensorevents-rest
    port: 8080
    description: REST adapter for Microsoft Azure Data Manager for Agriculture Data Plane Service — SensorEvents. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/sensor-events
      name: sensor-events
      description: REST surface for sensor-events.
      operations:
      - method: GET
        name: microsoftazuresensoreventslist
        description: Microsoft Azure Get Sensor Events
        call: data-manager-for-agriculture-data-plane-service-sensorevents.microsoftazuresensoreventslist
        with:
          sensorId: rest.sensorId
          sensorPartnerId: rest.sensorPartnerId
          startDateTime: rest.startDateTime
          endDateTime: rest.endDateTime
          excludeDuplicateEvents: rest.excludeDuplicateEvents
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: data-manager-for-agriculture-data-plane-service-sensorevents-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Data Manager for Agriculture Data Plane Service — SensorEvents. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-sensor-events
      description: Microsoft Azure Get Sensor Events
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: data-manager-for-agriculture-data-plane-service-sensorevents.microsoftazuresensoreventslist
      with:
        sensorId: tools.sensorId
        sensorPartnerId: tools.sensorPartnerId
        startDateTime: tools.startDateTime
        endDateTime: tools.endDateTime
        excludeDuplicateEvents: tools.excludeDuplicateEvents
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.