Microsoft Azure · Capability

Microsoft Azure Azure AgFoodPlatform Data Plane Service — Parties

Microsoft Azure Azure AgFoodPlatform Data Plane Service — Parties. 6 operations. Lead operation: Microsoft Azure Get Parties. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureParties

What You Can Do

GET
Microsoftazurepartieslist — Microsoft Azure Get Parties
/v1/parties
GET
Microsoftazurepartiesgetcascadedeletejobdetails — Microsoft Azure Get Parties Cascade Delete Jobid
/v1/parties/cascade-delete/{jobid}
PUT
Microsoftazurepartiescreatecascadedeletejob — Microsoft Azure Put Parties Cascade Delete Jobid
/v1/parties/cascade-delete/{jobid}
GET
Microsoftazurepartiesget — Microsoft Azure Get Parties Partyid
/v1/parties/{partyid}
PATCH
Microsoftazurepartiescreateorupdate — Microsoft Azure Patch Parties Partyid
/v1/parties/{partyid}
DELETE
Microsoftazurepartiesdelete — Microsoft Azure Delete Parties Partyid
/v1/parties/{partyid}

MCP Tools

microsoft-azure-get-parties

Microsoft Azure Get Parties

read-only idempotent
microsoft-azure-get-parties-cascade

Microsoft Azure Get Parties Cascade Delete Jobid

read-only idempotent
microsoft-azure-put-parties-cascade

Microsoft Azure Put Parties Cascade Delete Jobid

idempotent
microsoft-azure-get-parties-partyid

Microsoft Azure Get Parties Partyid

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

Microsoft Azure Patch Parties Partyid

idempotent
microsoft-azure-delete-parties-partyid

Microsoft Azure Delete Parties Partyid

idempotent

Capability Spec

azure-agfoodplatform-data-plane-service-parties.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure AgFoodPlatform Data Plane Service — Parties
  description: 'Microsoft Azure Azure AgFoodPlatform Data Plane Service — Parties. 6 operations. Lead operation: Microsoft
    Azure Get Parties. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Parties
  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-parties
    baseUri: ''
    description: Microsoft Azure Azure AgFoodPlatform Data Plane Service — Parties business capability. Self-contained, no
      shared references.
    resources:
    - name: parties
      path: /parties
      operations:
      - name: microsoftazurepartieslist
        method: GET
        description: Microsoft Azure Get Parties
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - 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-cascade-delete-jobId
      path: /parties/cascade-delete/{jobId}
      operations:
      - name: microsoftazurepartiesgetcascadedeletejobdetails
        method: GET
        description: Microsoft Azure Get Parties 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: microsoftazurepartiescreatecascadedeletejob
        method: PUT
        description: Microsoft Azure Put Parties 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 party to be deleted.
          required: true
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
    - name: parties-partyId
      path: /parties/{partyId}
      operations:
      - name: microsoftazurepartiesget
        method: GET
        description: Microsoft Azure Get Parties Partyid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: partyId
          in: path
          type: string
          description: ID of the associated party.
          required: true
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
      - name: microsoftazurepartiescreateorupdate
        method: PATCH
        description: Microsoft Azure Patch Parties Partyid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: partyId
          in: path
          type: string
          description: Id of the party resource.
          required: true
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
        - name: party
          in: body
          type: string
          description: Party resource payload to create or update.
          required: true
      - name: microsoftazurepartiesdelete
        method: DELETE
        description: Microsoft Azure Delete Parties Partyid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: partyId
          in: path
          type: string
          description: Id of party 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-parties-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure AgFoodPlatform Data Plane Service — Parties. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/parties
      name: parties
      description: REST surface for parties.
      operations:
      - method: GET
        name: microsoftazurepartieslist
        description: Microsoft Azure Get Parties
        call: azure-agfoodplatform-data-plane-service-parties.microsoftazurepartieslist
        with:
          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/cascade-delete/{jobid}
      name: parties-cascade-delete-jobid
      description: REST surface for parties-cascade-delete-jobId.
      operations:
      - method: GET
        name: microsoftazurepartiesgetcascadedeletejobdetails
        description: Microsoft Azure Get Parties Cascade Delete Jobid
        call: azure-agfoodplatform-data-plane-service-parties.microsoftazurepartiesgetcascadedeletejobdetails
        with:
          jobId: rest.jobId
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurepartiescreatecascadedeletejob
        description: Microsoft Azure Put Parties Cascade Delete Jobid
        call: azure-agfoodplatform-data-plane-service-parties.microsoftazurepartiescreatecascadedeletejob
        with:
          jobId: rest.jobId
          partyId: rest.partyId
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/parties/{partyid}
      name: parties-partyid
      description: REST surface for parties-partyId.
      operations:
      - method: GET
        name: microsoftazurepartiesget
        description: Microsoft Azure Get Parties Partyid
        call: azure-agfoodplatform-data-plane-service-parties.microsoftazurepartiesget
        with:
          partyId: rest.partyId
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurepartiescreateorupdate
        description: Microsoft Azure Patch Parties Partyid
        call: azure-agfoodplatform-data-plane-service-parties.microsoftazurepartiescreateorupdate
        with:
          partyId: rest.partyId
          api-version: rest.api-version
          party: rest.party
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurepartiesdelete
        description: Microsoft Azure Delete Parties Partyid
        call: azure-agfoodplatform-data-plane-service-parties.microsoftazurepartiesdelete
        with:
          partyId: rest.partyId
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-agfoodplatform-data-plane-service-parties-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure AgFoodPlatform Data Plane Service — Parties. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-parties
      description: Microsoft Azure Get Parties
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-agfoodplatform-data-plane-service-parties.microsoftazurepartieslist
      with:
        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-cascade
      description: Microsoft Azure Get Parties Cascade Delete Jobid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-agfoodplatform-data-plane-service-parties.microsoftazurepartiesgetcascadedeletejobdetails
      with:
        jobId: tools.jobId
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-parties-cascade
      description: Microsoft Azure Put Parties Cascade Delete Jobid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-agfoodplatform-data-plane-service-parties.microsoftazurepartiescreatecascadedeletejob
      with:
        jobId: tools.jobId
        partyId: tools.partyId
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-parties-partyid
      description: Microsoft Azure Get Parties Partyid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-agfoodplatform-data-plane-service-parties.microsoftazurepartiesget
      with:
        partyId: tools.partyId
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-parties-partyid
      description: Microsoft Azure Patch Parties Partyid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-agfoodplatform-data-plane-service-parties.microsoftazurepartiescreateorupdate
      with:
        partyId: tools.partyId
        api-version: tools.api-version
        party: tools.party
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-parties-partyid
      description: Microsoft Azure Delete Parties Partyid
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-agfoodplatform-data-plane-service-parties.microsoftazurepartiesdelete
      with:
        partyId: tools.partyId
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.