Microsoft Azure · Capability

Microsoft Azure Service Fabric Client APIs — MeshVolumes

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

Run with Naftiko Microsoft AzureMeshVolumes

What You Can Do

GET
Microsoftazuremeshvolumelist — Microsoft Azure Lists All The Volume Resources
/v1/resources/volumes
PUT
Microsoftazuremeshvolumecreateorupdate — Microsoft Azure Creates Or Updates A Volume Resource
/v1/resources/volumes/{volumeresourcename}
GET
Microsoftazuremeshvolumeget — Microsoft Azure Gets The Volume Resource With The Given Name
/v1/resources/volumes/{volumeresourcename}
DELETE
Microsoftazuremeshvolumedelete — Microsoft Azure Deletes The Volume Resource
/v1/resources/volumes/{volumeresourcename}

MCP Tools

microsoft-azure-lists-all-volume

Microsoft Azure Lists All The Volume Resources

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

Microsoft Azure Creates Or Updates A Volume Resource

idempotent
microsoft-azure-gets-volume-resource

Microsoft Azure Gets The Volume Resource With The Given Name

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

Microsoft Azure Deletes The Volume Resource

idempotent

Capability Spec

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