Microsoft Azure · Capability

Microsoft Azure Data Manager for Agriculture Data Plane Service — SensorMappings

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

Run with Naftiko Microsoft AzureSensorMappings

What You Can Do

GET
Microsoftazuresensormappingslist — Microsoft Azure Get Sensor Mappings
/v1/sensor-mappings
PATCH
Microsoftazuresensormappingscreateorupdate — Microsoft Azure Patch Sensor Mappings Sensormappingid
/v1/sensor-mappings/{sensormappingid}
GET
Microsoftazuresensormappingsget — Microsoft Azure Get Sensor Mappings Sensormappingid
/v1/sensor-mappings/{sensormappingid}
DELETE
Microsoftazuresensormappingsdelete — Microsoft Azure Delete Sensor Mappings Sensormappingid
/v1/sensor-mappings/{sensormappingid}

MCP Tools

microsoft-azure-get-sensor-mappings

Microsoft Azure Get Sensor Mappings

read-only idempotent
microsoft-azure-patch-sensor-mappings

Microsoft Azure Patch Sensor Mappings Sensormappingid

idempotent
microsoft-azure-get-sensor-mappings-2

Microsoft Azure Get Sensor Mappings Sensormappingid

read-only idempotent
microsoft-azure-delete-sensor-mappings

Microsoft Azure Delete Sensor Mappings Sensormappingid

idempotent

Capability Spec

data-manager-for-agriculture-data-plane-service-sensormappings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Data Manager for Agriculture Data Plane Service — SensorMappings
  description: 'Microsoft Azure Data Manager for Agriculture Data Plane Service — SensorMappings. 4 operations. Lead operation:
    Microsoft Azure Get Sensor Mappings. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - SensorMappings
  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-sensormappings
    baseUri: ''
    description: Microsoft Azure Data Manager for Agriculture Data Plane Service — SensorMappings business capability. Self-contained,
      no shared references.
    resources:
    - name: sensor-mappings
      path: /sensor-mappings
      operations:
      - name: microsoftazuresensormappingslist
        method: GET
        description: Microsoft Azure Get Sensor Mappings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sensorIds
          in: query
          type: array
          description: Id of the sensors.
        - name: sensorPartnerIds
          in: query
          type: array
          description: Id of the sensor partners.
        - name: partyIds
          in: query
          type: array
          description: Id of the parties.
        - name: associatedResourceIds
          in: query
          type: array
          description: Resource Ids of the resource.
        - name: associatedResourceType
          in: query
          type: string
          description: "Resource Types of the resource.\r"
        - name: ids
          in: query
          type: array
          description: Ids of the resource.
        - name: names
          in: query
          type: array
          description: Names of the resource.
        - name: propertyFilters
          in: query
          type: array
          description: "Filters on key-value pairs within the Properties object.\r"
        - name: statuses
          in: query
          type: array
          description: Statuses of the resource.
        - name: minCreatedDateTime
          in: query
          type: string
          description: Minimum creation date of resource (inclusive).
        - name: maxCreatedDateTime
          in: query
          type: string
          description: Maximum creation date of resource (inclusive).
        - name: minLastModifiedDateTime
          in: query
          type: string
          description: Minimum last modified date of resource (inclusive).
        - name: maxLastModifiedDateTime
          in: query
          type: string
          description: Maximum last modified date of resource (inclusive).
        - name: maxPageSize
          in: query
          type: integer
          description: "Maximum number of items needed (inclusive).\r"
        - name: skipToken
          in: query
          type: string
          description: Skip token for getting next set of results.
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
    - name: sensor-mappings-sensorMappingId
      path: /sensor-mappings/{sensorMappingId}
      operations:
      - name: microsoftazuresensormappingscreateorupdate
        method: PATCH
        description: Microsoft Azure Patch Sensor Mappings Sensormappingid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sensorMappingId
          in: path
          type: string
          description: Id of the sensor mapping.
          required: true
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
        - name: sensorMappingObject
          in: body
          type: string
          description: Sensor mapping object details.
          required: true
      - name: microsoftazuresensormappingsget
        method: GET
        description: Microsoft Azure Get Sensor Mappings Sensormappingid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sensorMappingId
          in: path
          type: string
          description: Id of the sensor mapping resource.
          required: true
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
      - name: microsoftazuresensormappingsdelete
        method: DELETE
        description: Microsoft Azure Delete Sensor Mappings Sensormappingid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sensorMappingId
          in: path
          type: string
          description: Id of the sensor mapping resource.
          required: true
        - 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-sensormappings-rest
    port: 8080
    description: REST adapter for Microsoft Azure Data Manager for Agriculture Data Plane Service — SensorMappings. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/sensor-mappings
      name: sensor-mappings
      description: REST surface for sensor-mappings.
      operations:
      - method: GET
        name: microsoftazuresensormappingslist
        description: Microsoft Azure Get Sensor Mappings
        call: data-manager-for-agriculture-data-plane-service-sensormappings.microsoftazuresensormappingslist
        with:
          sensorIds: rest.sensorIds
          sensorPartnerIds: rest.sensorPartnerIds
          partyIds: rest.partyIds
          associatedResourceIds: rest.associatedResourceIds
          associatedResourceType: rest.associatedResourceType
          ids: rest.ids
          names: rest.names
          propertyFilters: rest.propertyFilters
          statuses: rest.statuses
          minCreatedDateTime: rest.minCreatedDateTime
          maxCreatedDateTime: rest.maxCreatedDateTime
          minLastModifiedDateTime: rest.minLastModifiedDateTime
          maxLastModifiedDateTime: rest.maxLastModifiedDateTime
          maxPageSize: rest.maxPageSize
          skipToken: rest.skipToken
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sensor-mappings/{sensormappingid}
      name: sensor-mappings-sensormappingid
      description: REST surface for sensor-mappings-sensorMappingId.
      operations:
      - method: PATCH
        name: microsoftazuresensormappingscreateorupdate
        description: Microsoft Azure Patch Sensor Mappings Sensormappingid
        call: data-manager-for-agriculture-data-plane-service-sensormappings.microsoftazuresensormappingscreateorupdate
        with:
          sensorMappingId: rest.sensorMappingId
          api-version: rest.api-version
          sensorMappingObject: rest.sensorMappingObject
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazuresensormappingsget
        description: Microsoft Azure Get Sensor Mappings Sensormappingid
        call: data-manager-for-agriculture-data-plane-service-sensormappings.microsoftazuresensormappingsget
        with:
          sensorMappingId: rest.sensorMappingId
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuresensormappingsdelete
        description: Microsoft Azure Delete Sensor Mappings Sensormappingid
        call: data-manager-for-agriculture-data-plane-service-sensormappings.microsoftazuresensormappingsdelete
        with:
          sensorMappingId: rest.sensorMappingId
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: data-manager-for-agriculture-data-plane-service-sensormappings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Data Manager for Agriculture Data Plane Service — SensorMappings. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-sensor-mappings
      description: Microsoft Azure Get Sensor Mappings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: data-manager-for-agriculture-data-plane-service-sensormappings.microsoftazuresensormappingslist
      with:
        sensorIds: tools.sensorIds
        sensorPartnerIds: tools.sensorPartnerIds
        partyIds: tools.partyIds
        associatedResourceIds: tools.associatedResourceIds
        associatedResourceType: tools.associatedResourceType
        ids: tools.ids
        names: tools.names
        propertyFilters: tools.propertyFilters
        statuses: tools.statuses
        minCreatedDateTime: tools.minCreatedDateTime
        maxCreatedDateTime: tools.maxCreatedDateTime
        minLastModifiedDateTime: tools.minLastModifiedDateTime
        maxLastModifiedDateTime: tools.maxLastModifiedDateTime
        maxPageSize: tools.maxPageSize
        skipToken: tools.skipToken
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-sensor-mappings
      description: Microsoft Azure Patch Sensor Mappings Sensormappingid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: data-manager-for-agriculture-data-plane-service-sensormappings.microsoftazuresensormappingscreateorupdate
      with:
        sensorMappingId: tools.sensorMappingId
        api-version: tools.api-version
        sensorMappingObject: tools.sensorMappingObject
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-sensor-mappings-2
      description: Microsoft Azure Get Sensor Mappings Sensormappingid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: data-manager-for-agriculture-data-plane-service-sensormappings.microsoftazuresensormappingsget
      with:
        sensorMappingId: tools.sensorMappingId
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-sensor-mappings
      description: Microsoft Azure Delete Sensor Mappings Sensormappingid
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: data-manager-for-agriculture-data-plane-service-sensormappings.microsoftazuresensormappingsdelete
      with:
        sensorMappingId: tools.sensorMappingId
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.