Microsoft Azure · Capability
Microsoft Azure Azure AgFoodPlatform Data Plane Service — Devices
Microsoft Azure Azure AgFoodPlatform Data Plane Service — Devices. 4 operations. Lead operation: Microsoft Azure Get Sensor Partners Sensorpartnerid Devices. Self-contained Naftiko capability covering one Microsoft Azure business surface.
What You Can Do
GET
Microsoftazuredeviceslist
— Microsoft Azure Get Sensor Partners Sensorpartnerid Devices
/v1/sensor-partners/{sensorpartnerid}/devices
PATCH
Microsoftazuredevicescreateorupdate
— Microsoft Azure Patch Sensor Partners Sensorpartnerid Devices Deviceid
/v1/sensor-partners/{sensorpartnerid}/devices/{deviceid}
GET
Microsoftazuredevicesget
— Microsoft Azure Get Sensor Partners Sensorpartnerid Devices Deviceid
/v1/sensor-partners/{sensorpartnerid}/devices/{deviceid}
DELETE
Microsoftazuredevicesdelete
— Microsoft Azure Delete Sensor Partners Sensorpartnerid Devices Deviceid
/v1/sensor-partners/{sensorpartnerid}/devices/{deviceid}
MCP Tools
microsoft-azure-get-sensor-partners
Microsoft Azure Get Sensor Partners Sensorpartnerid Devices
read-only
idempotent
microsoft-azure-patch-sensor-partners
Microsoft Azure Patch Sensor Partners Sensorpartnerid Devices Deviceid
idempotent
microsoft-azure-get-sensor-partners-2
Microsoft Azure Get Sensor Partners Sensorpartnerid Devices Deviceid
read-only
idempotent
microsoft-azure-delete-sensor-partners
Microsoft Azure Delete Sensor Partners Sensorpartnerid Devices Deviceid
idempotent
Capability Spec
naftiko: 1.0.0-alpha2
info:
label: Microsoft Azure Azure AgFoodPlatform Data Plane Service — Devices
description: 'Microsoft Azure Azure AgFoodPlatform Data Plane Service — Devices. 4 operations. Lead operation: Microsoft
Azure Get Sensor Partners Sensorpartnerid Devices. Self-contained Naftiko capability covering one Microsoft Azure business
surface.'
tags:
- Microsoft Azure
- Devices
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: azure-agfoodplatform-data-plane-service-devices
baseUri: ''
description: Microsoft Azure Azure AgFoodPlatform Data Plane Service — Devices business capability. Self-contained, no
shared references.
resources:
- name: sensor-partners-sensorPartnerId-devices
path: /sensor-partners/{sensorPartnerId}/devices
operations:
- name: microsoftazuredeviceslist
method: GET
description: Microsoft Azure Get Sensor Partners Sensorpartnerid Devices
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: parentDeviceIds
in: query
type: array
description: Id's of the parent devices.
- name: deviceDataModelIds
in: query
type: array
description: Id's of the device data models.
- name: sensorPartnerId
in: path
type: string
description: Id of the associated sensor partner.
required: true
- 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-partners-sensorPartnerId-devices-deviceId
path: /sensor-partners/{sensorPartnerId}/devices/{deviceId}
operations:
- name: microsoftazuredevicescreateorupdate
method: PATCH
description: Microsoft Azure Patch Sensor Partners Sensorpartnerid Devices Deviceid
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: sensorPartnerId
in: path
type: string
description: Id of the sensor partner.
required: true
- name: deviceId
in: path
type: string
description: Id of the device resource.
required: true
- name: api-version
in: query
type: string
description: The requested API version
required: true
- name: deviceDetails
in: body
type: string
description: Device object details.
required: true
- name: microsoftazuredevicesget
method: GET
description: Microsoft Azure Get Sensor Partners Sensorpartnerid Devices Deviceid
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: sensorPartnerId
in: path
type: string
description: Id of the sensor partner.
required: true
- name: deviceId
in: path
type: string
description: Id of the device resource.
required: true
- name: api-version
in: query
type: string
description: The requested API version
required: true
- name: microsoftazuredevicesdelete
method: DELETE
description: Microsoft Azure Delete Sensor Partners Sensorpartnerid Devices Deviceid
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: sensorPartnerId
in: path
type: string
description: Id of the sensor partner.
required: true
- name: deviceId
in: path
type: string
description: Id of the device resource.
required: true
- name: api-version
in: query
type: string
description: The requested API version
required: true
exposes:
- type: rest
namespace: azure-agfoodplatform-data-plane-service-devices-rest
port: 8080
description: REST adapter for Microsoft Azure Azure AgFoodPlatform Data Plane Service — Devices. One Spectral-compliant
resource per consumed operation, prefixed with /v1.
resources:
- path: /v1/sensor-partners/{sensorpartnerid}/devices
name: sensor-partners-sensorpartnerid-devices
description: REST surface for sensor-partners-sensorPartnerId-devices.
operations:
- method: GET
name: microsoftazuredeviceslist
description: Microsoft Azure Get Sensor Partners Sensorpartnerid Devices
call: azure-agfoodplatform-data-plane-service-devices.microsoftazuredeviceslist
with:
parentDeviceIds: rest.parentDeviceIds
deviceDataModelIds: rest.deviceDataModelIds
sensorPartnerId: rest.sensorPartnerId
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-partners/{sensorpartnerid}/devices/{deviceid}
name: sensor-partners-sensorpartnerid-devices-deviceid
description: REST surface for sensor-partners-sensorPartnerId-devices-deviceId.
operations:
- method: PATCH
name: microsoftazuredevicescreateorupdate
description: Microsoft Azure Patch Sensor Partners Sensorpartnerid Devices Deviceid
call: azure-agfoodplatform-data-plane-service-devices.microsoftazuredevicescreateorupdate
with:
sensorPartnerId: rest.sensorPartnerId
deviceId: rest.deviceId
api-version: rest.api-version
deviceDetails: rest.deviceDetails
outputParameters:
- type: object
mapping: $.
- method: GET
name: microsoftazuredevicesget
description: Microsoft Azure Get Sensor Partners Sensorpartnerid Devices Deviceid
call: azure-agfoodplatform-data-plane-service-devices.microsoftazuredevicesget
with:
sensorPartnerId: rest.sensorPartnerId
deviceId: rest.deviceId
api-version: rest.api-version
outputParameters:
- type: object
mapping: $.
- method: DELETE
name: microsoftazuredevicesdelete
description: Microsoft Azure Delete Sensor Partners Sensorpartnerid Devices Deviceid
call: azure-agfoodplatform-data-plane-service-devices.microsoftazuredevicesdelete
with:
sensorPartnerId: rest.sensorPartnerId
deviceId: rest.deviceId
api-version: rest.api-version
outputParameters:
- type: object
mapping: $.
- type: mcp
namespace: azure-agfoodplatform-data-plane-service-devices-mcp
port: 9090
transport: http
description: MCP adapter for Microsoft Azure Azure AgFoodPlatform Data Plane Service — Devices. One tool per consumed
operation, routed inline through this capability's consumes block.
tools:
- name: microsoft-azure-get-sensor-partners
description: Microsoft Azure Get Sensor Partners Sensorpartnerid Devices
hints:
readOnly: true
destructive: false
idempotent: true
call: azure-agfoodplatform-data-plane-service-devices.microsoftazuredeviceslist
with:
parentDeviceIds: tools.parentDeviceIds
deviceDataModelIds: tools.deviceDataModelIds
sensorPartnerId: tools.sensorPartnerId
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-partners
description: Microsoft Azure Patch Sensor Partners Sensorpartnerid Devices Deviceid
hints:
readOnly: false
destructive: false
idempotent: true
call: azure-agfoodplatform-data-plane-service-devices.microsoftazuredevicescreateorupdate
with:
sensorPartnerId: tools.sensorPartnerId
deviceId: tools.deviceId
api-version: tools.api-version
deviceDetails: tools.deviceDetails
outputParameters:
- type: object
mapping: $.
- name: microsoft-azure-get-sensor-partners-2
description: Microsoft Azure Get Sensor Partners Sensorpartnerid Devices Deviceid
hints:
readOnly: true
destructive: false
idempotent: true
call: azure-agfoodplatform-data-plane-service-devices.microsoftazuredevicesget
with:
sensorPartnerId: tools.sensorPartnerId
deviceId: tools.deviceId
api-version: tools.api-version
outputParameters:
- type: object
mapping: $.
- name: microsoft-azure-delete-sensor-partners
description: Microsoft Azure Delete Sensor Partners Sensorpartnerid Devices Deviceid
hints:
readOnly: false
destructive: true
idempotent: true
call: azure-agfoodplatform-data-plane-service-devices.microsoftazuredevicesdelete
with:
sensorPartnerId: tools.sensorPartnerId
deviceId: tools.deviceId
api-version: tools.api-version
outputParameters:
- type: object
mapping: $.