Microsoft Azure · Capability

Microsoft Azure Data Manager for Agriculture Data Plane Service — SensorPartnerIntegrations

Microsoft Azure Data Manager for Agriculture Data Plane Service — SensorPartnerIntegrations. 6 operations. Lead operation: Microsoft Azure Get Sensor Partners Sensorpartnerid Integrations. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSensorPartnerIntegrations

What You Can Do

GET
Microsoftazuresensorpartnerintegrationslist — Microsoft Azure Get Sensor Partners Sensorpartnerid Integrations
/v1/sensor-partners/{sensorpartnerid}/integrations
PATCH
Microsoftazuresensorpartnerintegrationscreateorupdate — Microsoft Azure Patch Sensor Partners Sensorpartnerid Integrations Integrationid
/v1/sensor-partners/{sensorpartnerid}/integrations/{integrationid}
GET
Microsoftazuresensorpartnerintegrationsget — Microsoft Azure Get Sensor Partners Sensorpartnerid Integrations Integrationid
/v1/sensor-partners/{sensorpartnerid}/integrations/{integrationid}
DELETE
Microsoftazuresensorpartnerintegrationsdelete — Microsoft Azure Delete Sensor Partners Sensorpartnerid Integrations Integrationid
/v1/sensor-partners/{sensorpartnerid}/integrations/{integrationid}
POST
Microsoftazuresensorpartnerintegrationscheckconsent — Microsoft Azure Post Sensor Partners Sensorpartnerid Integrations Integrationid :check Consent
/v1/sensor-partners/{sensorpartnerid}/integrations/{integrationid}/check-consent
POST
Microsoftazuresensorpartnerintegrationsgenerateconsentlink — Microsoft Azure Post Sensor Partners Sensorpartnerid Integrations Integrationid :generate Consent Link
/v1/sensor-partners/{sensorpartnerid}/integrations/{integrationid}/generate-consent-link

MCP Tools

microsoft-azure-get-sensor-partners

Microsoft Azure Get Sensor Partners Sensorpartnerid Integrations

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

Microsoft Azure Patch Sensor Partners Sensorpartnerid Integrations Integrationid

idempotent
microsoft-azure-get-sensor-partners-2

Microsoft Azure Get Sensor Partners Sensorpartnerid Integrations Integrationid

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

Microsoft Azure Delete Sensor Partners Sensorpartnerid Integrations Integrationid

idempotent
microsoft-azure-post-sensor-partners

Microsoft Azure Post Sensor Partners Sensorpartnerid Integrations Integrationid :check Consent

read-only
microsoft-azure-post-sensor-partners-2

Microsoft Azure Post Sensor Partners Sensorpartnerid Integrations Integrationid :generate Consent Link

Capability Spec

data-manager-for-agriculture-data-plane-service-sensorpartnerintegrations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Data Manager for Agriculture Data Plane Service — SensorPartnerIntegrations
  description: 'Microsoft Azure Data Manager for Agriculture Data Plane Service — SensorPartnerIntegrations. 6 operations.
    Lead operation: Microsoft Azure Get Sensor Partners Sensorpartnerid Integrations. Self-contained Naftiko capability covering
    one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - SensorPartnerIntegrations
  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-sensorpartnerintegrations
    baseUri: ''
    description: Microsoft Azure Data Manager for Agriculture Data Plane Service — SensorPartnerIntegrations business capability.
      Self-contained, no shared references.
    resources:
    - name: sensor-partners-sensorPartnerId-integrations
      path: /sensor-partners/{sensorPartnerId}/integrations
      operations:
      - name: microsoftazuresensorpartnerintegrationslist
        method: GET
        description: Microsoft Azure Get Sensor Partners Sensorpartnerid Integrations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sensorPartnerId
          in: path
          type: string
          description: Id of the associated sensor partner.
          required: true
        - name: partyIds
          in: query
          type: array
          description: Ids of the parties.
        - 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-integrations-integrationId
      path: /sensor-partners/{sensorPartnerId}/integrations/{integrationId}
      operations:
      - name: microsoftazuresensorpartnerintegrationscreateorupdate
        method: PATCH
        description: Microsoft Azure Patch Sensor Partners Sensorpartnerid Integrations Integrationid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sensorPartnerId
          in: path
          type: string
          description: Id of the sensor partner.
          required: true
        - name: integrationId
          in: path
          type: string
          description: Id of the integration to be created.
          required: true
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
        - name: sensorPartnerIntegrationModel
          in: body
          type: string
          description: Partner integration model.
          required: true
      - name: microsoftazuresensorpartnerintegrationsget
        method: GET
        description: Microsoft Azure Get Sensor Partners Sensorpartnerid Integrations Integrationid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sensorPartnerId
          in: path
          type: string
          description: Id of the sensor partner.
          required: true
        - name: integrationId
          in: path
          type: string
          description: Id of the integration object.
          required: true
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
      - name: microsoftazuresensorpartnerintegrationsdelete
        method: DELETE
        description: Microsoft Azure Delete Sensor Partners Sensorpartnerid Integrations Integrationid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sensorPartnerId
          in: path
          type: string
          description: Id of the sensor partner.
          required: true
        - name: integrationId
          in: path
          type: string
          description: Id of the integration to be deleted.
          required: true
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
    - name: sensor-partners-sensorPartnerId-integrations-integrationId-:check-consent
      path: /sensor-partners/{sensorPartnerId}/integrations/{integrationId}/:check-consent
      operations:
      - name: microsoftazuresensorpartnerintegrationscheckconsent
        method: POST
        description: Microsoft Azure Post Sensor Partners Sensorpartnerid Integrations Integrationid :check Consent
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sensorPartnerId
          in: path
          type: string
          description: Id of the sensor partner.
          required: true
        - name: integrationId
          in: path
          type: string
          description: Id of the integration object.
          required: true
        - name: key
          in: query
          type: string
          description: Partner integration key.
          required: true
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
    - name: sensor-partners-sensorPartnerId-integrations-integrationId-:generate-consent-lin
      path: /sensor-partners/{sensorPartnerId}/integrations/{integrationId}/:generate-consent-link
      operations:
      - name: microsoftazuresensorpartnerintegrationsgenerateconsentlink
        method: POST
        description: Microsoft Azure Post Sensor Partners Sensorpartnerid Integrations Integrationid :generate Consent Link
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sensorPartnerId
          in: path
          type: string
          description: Id of the sensor partner.
          required: true
        - name: integrationId
          in: path
          type: string
          description: Id of the integration object.
          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-sensorpartnerintegrations-rest
    port: 8080
    description: REST adapter for Microsoft Azure Data Manager for Agriculture Data Plane Service — SensorPartnerIntegrations.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/sensor-partners/{sensorpartnerid}/integrations
      name: sensor-partners-sensorpartnerid-integrations
      description: REST surface for sensor-partners-sensorPartnerId-integrations.
      operations:
      - method: GET
        name: microsoftazuresensorpartnerintegrationslist
        description: Microsoft Azure Get Sensor Partners Sensorpartnerid Integrations
        call: data-manager-for-agriculture-data-plane-service-sensorpartnerintegrations.microsoftazuresensorpartnerintegrationslist
        with:
          sensorPartnerId: rest.sensorPartnerId
          partyIds: rest.partyIds
          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}/integrations/{integrationid}
      name: sensor-partners-sensorpartnerid-integrations-integrationid
      description: REST surface for sensor-partners-sensorPartnerId-integrations-integrationId.
      operations:
      - method: PATCH
        name: microsoftazuresensorpartnerintegrationscreateorupdate
        description: Microsoft Azure Patch Sensor Partners Sensorpartnerid Integrations Integrationid
        call: data-manager-for-agriculture-data-plane-service-sensorpartnerintegrations.microsoftazuresensorpartnerintegrationscreateorupdate
        with:
          sensorPartnerId: rest.sensorPartnerId
          integrationId: rest.integrationId
          api-version: rest.api-version
          sensorPartnerIntegrationModel: rest.sensorPartnerIntegrationModel
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazuresensorpartnerintegrationsget
        description: Microsoft Azure Get Sensor Partners Sensorpartnerid Integrations Integrationid
        call: data-manager-for-agriculture-data-plane-service-sensorpartnerintegrations.microsoftazuresensorpartnerintegrationsget
        with:
          sensorPartnerId: rest.sensorPartnerId
          integrationId: rest.integrationId
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuresensorpartnerintegrationsdelete
        description: Microsoft Azure Delete Sensor Partners Sensorpartnerid Integrations Integrationid
        call: data-manager-for-agriculture-data-plane-service-sensorpartnerintegrations.microsoftazuresensorpartnerintegrationsdelete
        with:
          sensorPartnerId: rest.sensorPartnerId
          integrationId: rest.integrationId
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sensor-partners/{sensorpartnerid}/integrations/{integrationid}/check-consent
      name: sensor-partners-sensorpartnerid-integrations-integrationid-check-consent
      description: REST surface for sensor-partners-sensorPartnerId-integrations-integrationId-:check-consent.
      operations:
      - method: POST
        name: microsoftazuresensorpartnerintegrationscheckconsent
        description: Microsoft Azure Post Sensor Partners Sensorpartnerid Integrations Integrationid :check Consent
        call: data-manager-for-agriculture-data-plane-service-sensorpartnerintegrations.microsoftazuresensorpartnerintegrationscheckconsent
        with:
          sensorPartnerId: rest.sensorPartnerId
          integrationId: rest.integrationId
          key: rest.key
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sensor-partners/{sensorpartnerid}/integrations/{integrationid}/generate-consent-link
      name: sensor-partners-sensorpartnerid-integrations-integrationid-generate-consent-lin
      description: REST surface for sensor-partners-sensorPartnerId-integrations-integrationId-:generate-consent-lin.
      operations:
      - method: POST
        name: microsoftazuresensorpartnerintegrationsgenerateconsentlink
        description: Microsoft Azure Post Sensor Partners Sensorpartnerid Integrations Integrationid :generate Consent Link
        call: data-manager-for-agriculture-data-plane-service-sensorpartnerintegrations.microsoftazuresensorpartnerintegrationsgenerateconsentlink
        with:
          sensorPartnerId: rest.sensorPartnerId
          integrationId: rest.integrationId
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: data-manager-for-agriculture-data-plane-service-sensorpartnerintegrations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Data Manager for Agriculture Data Plane Service — SensorPartnerIntegrations.
      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 Integrations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: data-manager-for-agriculture-data-plane-service-sensorpartnerintegrations.microsoftazuresensorpartnerintegrationslist
      with:
        sensorPartnerId: tools.sensorPartnerId
        partyIds: tools.partyIds
        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 Integrations Integrationid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: data-manager-for-agriculture-data-plane-service-sensorpartnerintegrations.microsoftazuresensorpartnerintegrationscreateorupdate
      with:
        sensorPartnerId: tools.sensorPartnerId
        integrationId: tools.integrationId
        api-version: tools.api-version
        sensorPartnerIntegrationModel: tools.sensorPartnerIntegrationModel
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-sensor-partners-2
      description: Microsoft Azure Get Sensor Partners Sensorpartnerid Integrations Integrationid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: data-manager-for-agriculture-data-plane-service-sensorpartnerintegrations.microsoftazuresensorpartnerintegrationsget
      with:
        sensorPartnerId: tools.sensorPartnerId
        integrationId: tools.integrationId
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-sensor-partners
      description: Microsoft Azure Delete Sensor Partners Sensorpartnerid Integrations Integrationid
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: data-manager-for-agriculture-data-plane-service-sensorpartnerintegrations.microsoftazuresensorpartnerintegrationsdelete
      with:
        sensorPartnerId: tools.sensorPartnerId
        integrationId: tools.integrationId
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-sensor-partners
      description: Microsoft Azure Post Sensor Partners Sensorpartnerid Integrations Integrationid :check Consent
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: data-manager-for-agriculture-data-plane-service-sensorpartnerintegrations.microsoftazuresensorpartnerintegrationscheckconsent
      with:
        sensorPartnerId: tools.sensorPartnerId
        integrationId: tools.integrationId
        key: tools.key
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-sensor-partners-2
      description: Microsoft Azure Post Sensor Partners Sensorpartnerid Integrations Integrationid :generate Consent Link
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: data-manager-for-agriculture-data-plane-service-sensorpartnerintegrations.microsoftazuresensorpartnerintegrationsgenerateconsentlink
      with:
        sensorPartnerId: tools.sensorPartnerId
        integrationId: tools.integrationId
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.