Microsoft Azure · Capability

Microsoft Azure Service Fabric Client APIs — MeshGateways

Microsoft Azure Service Fabric Client APIs — MeshGateways. 4 operations. Lead operation: Microsoft Azure Lists All The Gateway Resources. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureMeshGateways

What You Can Do

GET
Microsoftazuremeshgatewaylist — Microsoft Azure Lists All The Gateway Resources
/v1/resources/gateways
PUT
Microsoftazuremeshgatewaycreateorupdate — Microsoft Azure Creates Or Updates A Gateway Resource
/v1/resources/gateways/{gatewayresourcename}
GET
Microsoftazuremeshgatewayget — Microsoft Azure Gets The Gateway Resource With The Given Name
/v1/resources/gateways/{gatewayresourcename}
DELETE
Microsoftazuremeshgatewaydelete — Microsoft Azure Deletes The Gateway Resource
/v1/resources/gateways/{gatewayresourcename}

MCP Tools

microsoft-azure-lists-all-gateway

Microsoft Azure Lists All The Gateway Resources

read-only idempotent
microsoft-azure-creates-updates-gateway

Microsoft Azure Creates Or Updates A Gateway Resource

idempotent
microsoft-azure-gets-gateway-resource

Microsoft Azure Gets The Gateway Resource With The Given Name

read-only idempotent
microsoft-azure-deletes-gateway-resource

Microsoft Azure Deletes The Gateway Resource

idempotent

Capability Spec

service-fabric-client-apis-meshgateways.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Service Fabric Client APIs — MeshGateways
  description: 'Microsoft Azure Service Fabric Client APIs — MeshGateways. 4 operations. Lead operation: Microsoft Azure Lists
    All The Gateway Resources. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - MeshGateways
  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: service-fabric-client-apis-meshgateways
    baseUri: http://localhost:19080
    description: Microsoft Azure Service Fabric Client APIs — MeshGateways business capability. Self-contained, no shared
      references.
    resources:
    - name: Resources-Gateways
      path: /Resources/Gateways
      operations:
      - name: microsoftazuremeshgatewaylist
        method: GET
        description: Microsoft Azure Lists All The Gateway Resources
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: Resources-Gateways-gatewayResourceName
      path: /Resources/Gateways/{gatewayResourceName}
      operations:
      - name: microsoftazuremeshgatewaycreateorupdate
        method: PUT
        description: Microsoft Azure Creates Or Updates A Gateway Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuremeshgatewayget
        method: GET
        description: Microsoft Azure Gets The Gateway Resource With The Given Name
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuremeshgatewaydelete
        method: DELETE
        description: Microsoft Azure Deletes The Gateway Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: service-fabric-client-apis-meshgateways-rest
    port: 8080
    description: REST adapter for Microsoft Azure Service Fabric Client APIs — MeshGateways. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/resources/gateways
      name: resources-gateways
      description: REST surface for Resources-Gateways.
      operations:
      - method: GET
        name: microsoftazuremeshgatewaylist
        description: Microsoft Azure Lists All The Gateway Resources
        call: service-fabric-client-apis-meshgateways.microsoftazuremeshgatewaylist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/resources/gateways/{gatewayresourcename}
      name: resources-gateways-gatewayresourcename
      description: REST surface for Resources-Gateways-gatewayResourceName.
      operations:
      - method: PUT
        name: microsoftazuremeshgatewaycreateorupdate
        description: Microsoft Azure Creates Or Updates A Gateway Resource
        call: service-fabric-client-apis-meshgateways.microsoftazuremeshgatewaycreateorupdate
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazuremeshgatewayget
        description: Microsoft Azure Gets The Gateway Resource With The Given Name
        call: service-fabric-client-apis-meshgateways.microsoftazuremeshgatewayget
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuremeshgatewaydelete
        description: Microsoft Azure Deletes The Gateway Resource
        call: service-fabric-client-apis-meshgateways.microsoftazuremeshgatewaydelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: service-fabric-client-apis-meshgateways-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Service Fabric Client APIs — MeshGateways. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-lists-all-gateway
      description: Microsoft Azure Lists All The Gateway Resources
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: service-fabric-client-apis-meshgateways.microsoftazuremeshgatewaylist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-creates-updates-gateway
      description: Microsoft Azure Creates Or Updates A Gateway Resource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: service-fabric-client-apis-meshgateways.microsoftazuremeshgatewaycreateorupdate
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-gateway-resource
      description: Microsoft Azure Gets The Gateway Resource With The Given Name
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: service-fabric-client-apis-meshgateways.microsoftazuremeshgatewayget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-gateway-resource
      description: Microsoft Azure Deletes The Gateway Resource
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: service-fabric-client-apis-meshgateways.microsoftazuremeshgatewaydelete
      outputParameters:
      - type: object
        mapping: $.