Microsoft Azure · Capability

Microsoft Azure Azure AgFoodPlatform Data Plane Service — PrescriptionMaps

Microsoft Azure Azure AgFoodPlatform Data Plane Service — PrescriptionMaps. 7 operations. Lead operation: Microsoft Azure Get Parties Partyid Prescription Maps. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzurePrescriptionMaps

What You Can Do

GET
Microsoftazureprescriptionmapslistbypartyid — Microsoft Azure Get Parties Partyid Prescription Maps
/v1/parties/{partyid}/prescription-maps
GET
Microsoftazureprescriptionmapsget — Microsoft Azure Get Parties Partyid Prescription Maps Prescriptionmapid
/v1/parties/{partyid}/prescription-maps/{prescriptionmapid}
PATCH
Microsoftazureprescriptionmapscreateorupdate — Microsoft Azure Patch Parties Partyid Prescription Maps Prescriptionmapid
/v1/parties/{partyid}/prescription-maps/{prescriptionmapid}
DELETE
Microsoftazureprescriptionmapsdelete — Microsoft Azure Delete Parties Partyid Prescription Maps Prescriptionmapid
/v1/parties/{partyid}/prescription-maps/{prescriptionmapid}
GET
Microsoftazureprescriptionmapslist — Microsoft Azure Get Prescription Maps
/v1/prescription-maps
GET
Microsoftazureprescriptionmapsgetcascadedeletejobdetails — Microsoft Azure Get Prescription Maps Cascade Delete Jobid
/v1/prescription-maps/cascade-delete/{jobid}
PUT
Microsoftazureprescriptionmapscreatecascadedeletejob — Microsoft Azure Put Prescription Maps Cascade Delete Jobid
/v1/prescription-maps/cascade-delete/{jobid}

MCP Tools

microsoft-azure-get-parties-partyid

Microsoft Azure Get Parties Partyid Prescription Maps

read-only idempotent
microsoft-azure-get-parties-partyid-2

Microsoft Azure Get Parties Partyid Prescription Maps Prescriptionmapid

read-only idempotent
microsoft-azure-patch-parties-partyid

Microsoft Azure Patch Parties Partyid Prescription Maps Prescriptionmapid

idempotent
microsoft-azure-delete-parties-partyid

Microsoft Azure Delete Parties Partyid Prescription Maps Prescriptionmapid

idempotent
microsoft-azure-get-prescription-maps

Microsoft Azure Get Prescription Maps

read-only idempotent
microsoft-azure-get-prescription-maps-2

Microsoft Azure Get Prescription Maps Cascade Delete Jobid

read-only idempotent
microsoft-azure-put-prescription-maps

Microsoft Azure Put Prescription Maps Cascade Delete Jobid

idempotent

Capability Spec

azure-agfoodplatform-data-plane-service-prescriptionmaps.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure AgFoodPlatform Data Plane Service — PrescriptionMaps
  description: 'Microsoft Azure Azure AgFoodPlatform Data Plane Service — PrescriptionMaps. 7 operations. Lead operation:
    Microsoft Azure Get Parties Partyid Prescription Maps. Self-contained Naftiko capability covering one Microsoft Azure
    business surface.'
  tags:
  - Microsoft Azure
  - PrescriptionMaps
  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-prescriptionmaps
    baseUri: ''
    description: Microsoft Azure Azure AgFoodPlatform Data Plane Service — PrescriptionMaps business capability. Self-contained,
      no shared references.
    resources:
    - name: parties-partyId-prescription-maps
      path: /parties/{partyId}/prescription-maps
      operations:
      - name: microsoftazureprescriptionmapslistbypartyid
        method: GET
        description: Microsoft Azure Get Parties Partyid Prescription Maps
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: partyId
          in: path
          type: string
          description: Id of the associated party.
          required: true
        - name: types
          in: query
          type: array
          description: Types of the resource.
        - name: cropIds
          in: query
          type: array
          description: Crop Ids of the resource.
        - name: seasonIds
          in: query
          type: array
          description: Season Ids of the resource.
        - name: fieldIds
          in: query
          type: array
          description: Field Ids of the resource.
        - name: sources
          in: query
          type: array
          description: Sources for the resource.
        - 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: parties-partyId-prescription-maps-prescriptionMapId
      path: /parties/{partyId}/prescription-maps/{prescriptionMapId}
      operations:
      - name: microsoftazureprescriptionmapsget
        method: GET
        description: Microsoft Azure Get Parties Partyid Prescription Maps Prescriptionmapid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: partyId
          in: path
          type: string
          description: Id of the associated party.
          required: true
        - name: prescriptionMapId
          in: path
          type: string
          description: Id of the prescription map.
          required: true
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
      - name: microsoftazureprescriptionmapscreateorupdate
        method: PATCH
        description: Microsoft Azure Patch Parties Partyid Prescription Maps Prescriptionmapid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: partyId
          in: path
          type: string
          description: Id of the associated party resource.
          required: true
        - name: prescriptionMapId
          in: path
          type: string
          description: Id of the prescription map resource.
          required: true
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
        - name: prescriptionMap
          in: body
          type: string
          description: PrescriptionMap resource payload to create or update.
          required: true
      - name: microsoftazureprescriptionmapsdelete
        method: DELETE
        description: Microsoft Azure Delete Parties Partyid Prescription Maps Prescriptionmapid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: partyId
          in: path
          type: string
          description: Id of the party.
          required: true
        - name: prescriptionMapId
          in: path
          type: string
          description: Id of the prescriptionMap.
          required: true
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
    - name: prescription-maps
      path: /prescription-maps
      operations:
      - name: microsoftazureprescriptionmapslist
        method: GET
        description: Microsoft Azure Get Prescription Maps
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: types
          in: query
          type: array
          description: Types of the resource.
        - name: cropIds
          in: query
          type: array
          description: Crop Ids of the resource.
        - name: seasonIds
          in: query
          type: array
          description: Season Ids of the resource.
        - name: fieldIds
          in: query
          type: array
          description: Field Ids of the resource.
        - name: sources
          in: query
          type: array
          description: Sources for the resource.
        - 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: prescription-maps-cascade-delete-jobId
      path: /prescription-maps/cascade-delete/{jobId}
      operations:
      - name: microsoftazureprescriptionmapsgetcascadedeletejobdetails
        method: GET
        description: Microsoft Azure Get Prescription Maps Cascade Delete Jobid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: jobId
          in: path
          type: string
          description: Id of the job.
          required: true
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
      - name: microsoftazureprescriptionmapscreatecascadedeletejob
        method: PUT
        description: Microsoft Azure Put Prescription Maps Cascade Delete Jobid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: jobId
          in: path
          type: string
          description: Job ID supplied by end user.
          required: true
        - name: partyId
          in: query
          type: string
          description: ID of the associated party.
          required: true
        - name: prescriptionMapId
          in: query
          type: string
          description: ID of the prescription map to be deleted.
          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-prescriptionmaps-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure AgFoodPlatform Data Plane Service — PrescriptionMaps. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/parties/{partyid}/prescription-maps
      name: parties-partyid-prescription-maps
      description: REST surface for parties-partyId-prescription-maps.
      operations:
      - method: GET
        name: microsoftazureprescriptionmapslistbypartyid
        description: Microsoft Azure Get Parties Partyid Prescription Maps
        call: azure-agfoodplatform-data-plane-service-prescriptionmaps.microsoftazureprescriptionmapslistbypartyid
        with:
          partyId: rest.partyId
          types: rest.types
          cropIds: rest.cropIds
          seasonIds: rest.seasonIds
          fieldIds: rest.fieldIds
          sources: rest.sources
          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/parties/{partyid}/prescription-maps/{prescriptionmapid}
      name: parties-partyid-prescription-maps-prescriptionmapid
      description: REST surface for parties-partyId-prescription-maps-prescriptionMapId.
      operations:
      - method: GET
        name: microsoftazureprescriptionmapsget
        description: Microsoft Azure Get Parties Partyid Prescription Maps Prescriptionmapid
        call: azure-agfoodplatform-data-plane-service-prescriptionmaps.microsoftazureprescriptionmapsget
        with:
          partyId: rest.partyId
          prescriptionMapId: rest.prescriptionMapId
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureprescriptionmapscreateorupdate
        description: Microsoft Azure Patch Parties Partyid Prescription Maps Prescriptionmapid
        call: azure-agfoodplatform-data-plane-service-prescriptionmaps.microsoftazureprescriptionmapscreateorupdate
        with:
          partyId: rest.partyId
          prescriptionMapId: rest.prescriptionMapId
          api-version: rest.api-version
          prescriptionMap: rest.prescriptionMap
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureprescriptionmapsdelete
        description: Microsoft Azure Delete Parties Partyid Prescription Maps Prescriptionmapid
        call: azure-agfoodplatform-data-plane-service-prescriptionmaps.microsoftazureprescriptionmapsdelete
        with:
          partyId: rest.partyId
          prescriptionMapId: rest.prescriptionMapId
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/prescription-maps
      name: prescription-maps
      description: REST surface for prescription-maps.
      operations:
      - method: GET
        name: microsoftazureprescriptionmapslist
        description: Microsoft Azure Get Prescription Maps
        call: azure-agfoodplatform-data-plane-service-prescriptionmaps.microsoftazureprescriptionmapslist
        with:
          types: rest.types
          cropIds: rest.cropIds
          seasonIds: rest.seasonIds
          fieldIds: rest.fieldIds
          sources: rest.sources
          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/prescription-maps/cascade-delete/{jobid}
      name: prescription-maps-cascade-delete-jobid
      description: REST surface for prescription-maps-cascade-delete-jobId.
      operations:
      - method: GET
        name: microsoftazureprescriptionmapsgetcascadedeletejobdetails
        description: Microsoft Azure Get Prescription Maps Cascade Delete Jobid
        call: azure-agfoodplatform-data-plane-service-prescriptionmaps.microsoftazureprescriptionmapsgetcascadedeletejobdetails
        with:
          jobId: rest.jobId
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureprescriptionmapscreatecascadedeletejob
        description: Microsoft Azure Put Prescription Maps Cascade Delete Jobid
        call: azure-agfoodplatform-data-plane-service-prescriptionmaps.microsoftazureprescriptionmapscreatecascadedeletejob
        with:
          jobId: rest.jobId
          partyId: rest.partyId
          prescriptionMapId: rest.prescriptionMapId
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-agfoodplatform-data-plane-service-prescriptionmaps-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure AgFoodPlatform Data Plane Service — PrescriptionMaps. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-parties-partyid
      description: Microsoft Azure Get Parties Partyid Prescription Maps
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-agfoodplatform-data-plane-service-prescriptionmaps.microsoftazureprescriptionmapslistbypartyid
      with:
        partyId: tools.partyId
        types: tools.types
        cropIds: tools.cropIds
        seasonIds: tools.seasonIds
        fieldIds: tools.fieldIds
        sources: tools.sources
        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-get-parties-partyid-2
      description: Microsoft Azure Get Parties Partyid Prescription Maps Prescriptionmapid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-agfoodplatform-data-plane-service-prescriptionmaps.microsoftazureprescriptionmapsget
      with:
        partyId: tools.partyId
        prescriptionMapId: tools.prescriptionMapId
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-parties-partyid
      description: Microsoft Azure Patch Parties Partyid Prescription Maps Prescriptionmapid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-agfoodplatform-data-plane-service-prescriptionmaps.microsoftazureprescriptionmapscreateorupdate
      with:
        partyId: tools.partyId
        prescriptionMapId: tools.prescriptionMapId
        api-version: tools.api-version
        prescriptionMap: tools.prescriptionMap
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-parties-partyid
      description: Microsoft Azure Delete Parties Partyid Prescription Maps Prescriptionmapid
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-agfoodplatform-data-plane-service-prescriptionmaps.microsoftazureprescriptionmapsdelete
      with:
        partyId: tools.partyId
        prescriptionMapId: tools.prescriptionMapId
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-prescription-maps
      description: Microsoft Azure Get Prescription Maps
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-agfoodplatform-data-plane-service-prescriptionmaps.microsoftazureprescriptionmapslist
      with:
        types: tools.types
        cropIds: tools.cropIds
        seasonIds: tools.seasonIds
        fieldIds: tools.fieldIds
        sources: tools.sources
        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-get-prescription-maps-2
      description: Microsoft Azure Get Prescription Maps Cascade Delete Jobid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-agfoodplatform-data-plane-service-prescriptionmaps.microsoftazureprescriptionmapsgetcascadedeletejobdetails
      with:
        jobId: tools.jobId
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-prescription-maps
      description: Microsoft Azure Put Prescription Maps Cascade Delete Jobid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-agfoodplatform-data-plane-service-prescriptionmaps.microsoftazureprescriptionmapscreatecascadedeletejob
      with:
        jobId: tools.jobId
        partyId: tools.partyId
        prescriptionMapId: tools.prescriptionMapId
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.