Microsoft Azure · Capability

Microsoft Azure Azure AgFoodPlatform Data Plane Service — Fields

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

Run with Naftiko Microsoft AzureFields

What You Can Do

GET
Microsoftazurefieldslist — Microsoft Azure Get Fields
/v1/fields
GET
Microsoftazurefieldsgetcascadedeletejobdetails — Microsoft Azure Get Fields Cascade Delete Jobid
/v1/fields/cascade-delete/{jobid}
PUT
Microsoftazurefieldscreatecascadedeletejob — Microsoft Azure Put Fields Cascade Delete Jobid
/v1/fields/cascade-delete/{jobid}
GET
Microsoftazurefieldslistbypartyid — Microsoft Azure Get Parties Partyid Fields
/v1/parties/{partyid}/fields
GET
Microsoftazurefieldsget — Microsoft Azure Get Parties Partyid Fields Fieldid
/v1/parties/{partyid}/fields/{fieldid}
PATCH
Microsoftazurefieldscreateorupdate — Microsoft Azure Patch Parties Partyid Fields Fieldid
/v1/parties/{partyid}/fields/{fieldid}
DELETE
Microsoftazurefieldsdelete — Microsoft Azure Delete Parties Partyid Fields Fieldid
/v1/parties/{partyid}/fields/{fieldid}

MCP Tools

microsoft-azure-get-fields

Microsoft Azure Get Fields

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

Microsoft Azure Get Fields Cascade Delete Jobid

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

Microsoft Azure Put Fields Cascade Delete Jobid

idempotent
microsoft-azure-get-parties-partyid

Microsoft Azure Get Parties Partyid Fields

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

Microsoft Azure Get Parties Partyid Fields Fieldid

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

Microsoft Azure Patch Parties Partyid Fields Fieldid

idempotent
microsoft-azure-delete-parties-partyid

Microsoft Azure Delete Parties Partyid Fields Fieldid

idempotent

Capability Spec

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