Microsoft Azure · Capability

Microsoft Azure Edge Ordering Service-Customer — Order

Microsoft Azure Edge Ordering Service-Customer — Order. 3 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Edgeorder Orders. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureOrder

What You Can Do

GET
Microsoftazureorderslistbysubscription — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Edgeorder Orders
/v1/subscriptions/{subscriptionid}/providers/microsoft-edgeorder/orders
GET
Microsoftazureordersget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Edgeorder Locations Location Orders Ordername
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-edgeorder/locations/{location}/orders/{ordername}
GET
Microsoftazureorderslistbyresourcegroup — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Edgeorder Orders
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-edgeorder/orders

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Edgeorder Orders

read-only idempotent
microsoft-azure-get-subscriptions-subscriptionid-2

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Edgeorder Locations Location Orders Ordername

read-only idempotent
microsoft-azure-get-subscriptions-subscriptionid-3

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Edgeorder Orders

read-only idempotent

Capability Spec

edge-ordering-service-customer-order.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Edge Ordering Service-Customer — Order
  description: 'Microsoft Azure Edge Ordering Service-Customer — Order. 3 operations. Lead operation: Microsoft Azure Get
    Subscriptions Subscriptionid Providers Microsoft Edgeorder Orders. Self-contained Naftiko capability covering one Microsoft
    Azure business surface.'
  tags:
  - Microsoft Azure
  - Order
  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: edge-ordering-service-customer-order
    baseUri: https://management.azure.com
    description: Microsoft Azure Edge Ordering Service-Customer — Order business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.EdgeOrder-orders
      path: /subscriptions/{subscriptionId}/providers/Microsoft.EdgeOrder/orders
      operations:
      - name: microsoftazureorderslistbysubscription
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Edgeorder Orders
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $skipToken
          in: query
          type: string
          description: $skipToken is supported on Get list of orders, which provides the next page in the list of orders.
        - name: $top
          in: query
          type: integer
          description: $top is supported on fetching list of resources. $top=10 means that the first 10 items in the list
            will be returned to the API caller.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EdgeOrder/locations/{location}/orders/{orderName}
      operations:
      - name: microsoftazureordersget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Edgeorder Locations Location Orders Ordername
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EdgeOrder/orders
      operations:
      - name: microsoftazureorderslistbyresourcegroup
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Edgeorder Orders
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $skipToken
          in: query
          type: string
          description: $skipToken is supported on Get list of orders, which provides the next page in the list of orders.
        - name: $top
          in: query
          type: integer
          description: $top is supported on fetching list of resources. $top=10 means that the first 10 items in the list
            will be returned to the API caller.
  exposes:
  - type: rest
    namespace: edge-ordering-service-customer-order-rest
    port: 8080
    description: REST adapter for Microsoft Azure Edge Ordering Service-Customer — Order. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-edgeorder/orders
      name: subscriptions-subscriptionid-providers-microsoft-edgeorder-orders
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.EdgeOrder-orders.
      operations:
      - method: GET
        name: microsoftazureorderslistbysubscription
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Edgeorder Orders
        call: edge-ordering-service-customer-order.microsoftazureorderslistbysubscription
        with:
          $skipToken: rest.$skipToken
          $top: rest.$top
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-edgeorder/locations/{location}/orders/{ordername}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureordersget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Edgeorder Locations Location Orders Ordername
        call: edge-ordering-service-customer-order.microsoftazureordersget
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-edgeorder/orders
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureorderslistbyresourcegroup
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Edgeorder Orders
        call: edge-ordering-service-customer-order.microsoftazureorderslistbyresourcegroup
        with:
          $skipToken: rest.$skipToken
          $top: rest.$top
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: edge-ordering-service-customer-order-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Edge Ordering Service-Customer — Order. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-subscriptions-subscriptionid
      description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Edgeorder Orders
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: edge-ordering-service-customer-order.microsoftazureorderslistbysubscription
      with:
        $skipToken: tools.$skipToken
        $top: tools.$top
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Edgeorder
        Locations Location Orders Ordername
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: edge-ordering-service-customer-order.microsoftazureordersget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-3
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Edgeorder
        Orders
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: edge-ordering-service-customer-order.microsoftazureorderslistbyresourcegroup
      with:
        $skipToken: tools.$skipToken
        $top: tools.$top
      outputParameters:
      - type: object
        mapping: $.