Microsoft Azure · Capability

Microsoft Azure Service Fabric Client APIs — MeshNetworks

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

Run with Naftiko Microsoft AzureMeshNetworks

What You Can Do

GET
Microsoftazuremeshnetworklist — Microsoft Azure Lists All The Network Resources
/v1/resources/networks
PUT
Microsoftazuremeshnetworkcreateorupdate — Microsoft Azure Creates Or Updates A Network Resource
/v1/resources/networks/{networkresourcename}
GET
Microsoftazuremeshnetworkget — Microsoft Azure Gets The Network Resource With The Given Name
/v1/resources/networks/{networkresourcename}
DELETE
Microsoftazuremeshnetworkdelete — Microsoft Azure Deletes The Network Resource
/v1/resources/networks/{networkresourcename}

MCP Tools

microsoft-azure-lists-all-network

Microsoft Azure Lists All The Network Resources

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

Microsoft Azure Creates Or Updates A Network Resource

idempotent
microsoft-azure-gets-network-resource

Microsoft Azure Gets The Network Resource With The Given Name

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

Microsoft Azure Deletes The Network Resource

idempotent

Capability Spec

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