Microsoft Azure · Capability

Microsoft Azure Service Fabric Client APIs — MeshApplications

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

Run with Naftiko Microsoft AzureMeshApplications

What You Can Do

GET
Microsoftazuremeshapplicationlist — Microsoft Azure Lists All The Application Resources
/v1/resources/applications
PUT
Microsoftazuremeshapplicationcreateorupdate — Microsoft Azure Creates Or Updates A Application Resource
/v1/resources/applications/{applicationresourcename}
GET
Microsoftazuremeshapplicationget — Microsoft Azure Gets The Application Resource With The Given Name
/v1/resources/applications/{applicationresourcename}
DELETE
Microsoftazuremeshapplicationdelete — Microsoft Azure Deletes The Application Resource
/v1/resources/applications/{applicationresourcename}
GET
Microsoftazuremeshapplicationgetupgradeprogress — Microsoft Azure Gets The Progress Of The Latest Upgrade Performed On This Application Resource
/v1/resources/applications/{applicationresourcename}//getupgradeprogress

MCP Tools

microsoft-azure-lists-all-application

Microsoft Azure Lists All The Application Resources

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

Microsoft Azure Creates Or Updates A Application Resource

idempotent
microsoft-azure-gets-application-resource

Microsoft Azure Gets The Application Resource With The Given Name

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

Microsoft Azure Deletes The Application Resource

idempotent
microsoft-azure-gets-progress-latest

Microsoft Azure Gets The Progress Of The Latest Upgrade Performed On This Application Resource

read-only idempotent

Capability Spec

service-fabric-client-apis-meshapplications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Service Fabric Client APIs — MeshApplications
  description: 'Microsoft Azure Service Fabric Client APIs — MeshApplications. 5 operations. Lead operation: Microsoft Azure
    Lists All The Application Resources. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - MeshApplications
  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-meshapplications
    baseUri: http://localhost:19080
    description: Microsoft Azure Service Fabric Client APIs — MeshApplications business capability. Self-contained, no shared
      references.
    resources:
    - name: Resources-Applications
      path: /Resources/Applications
      operations:
      - name: microsoftazuremeshapplicationlist
        method: GET
        description: Microsoft Azure Lists All The Application Resources
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: Resources-Applications-applicationResourceName
      path: /Resources/Applications/{applicationResourceName}
      operations:
      - name: microsoftazuremeshapplicationcreateorupdate
        method: PUT
        description: Microsoft Azure Creates Or Updates A Application Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuremeshapplicationget
        method: GET
        description: Microsoft Azure Gets The Application Resource With The Given Name
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuremeshapplicationdelete
        method: DELETE
        description: Microsoft Azure Deletes The Application Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: Resources-Applications-applicationResourceName-$-GetUpgradeProgress
      path: /Resources/Applications/{applicationResourceName}/$/GetUpgradeProgress
      operations:
      - name: microsoftazuremeshapplicationgetupgradeprogress
        method: GET
        description: Microsoft Azure Gets The Progress Of The Latest Upgrade Performed On This Application Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: service-fabric-client-apis-meshapplications-rest
    port: 8080
    description: REST adapter for Microsoft Azure Service Fabric Client APIs — MeshApplications. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/resources/applications
      name: resources-applications
      description: REST surface for Resources-Applications.
      operations:
      - method: GET
        name: microsoftazuremeshapplicationlist
        description: Microsoft Azure Lists All The Application Resources
        call: service-fabric-client-apis-meshapplications.microsoftazuremeshapplicationlist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/resources/applications/{applicationresourcename}
      name: resources-applications-applicationresourcename
      description: REST surface for Resources-Applications-applicationResourceName.
      operations:
      - method: PUT
        name: microsoftazuremeshapplicationcreateorupdate
        description: Microsoft Azure Creates Or Updates A Application Resource
        call: service-fabric-client-apis-meshapplications.microsoftazuremeshapplicationcreateorupdate
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazuremeshapplicationget
        description: Microsoft Azure Gets The Application Resource With The Given Name
        call: service-fabric-client-apis-meshapplications.microsoftazuremeshapplicationget
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuremeshapplicationdelete
        description: Microsoft Azure Deletes The Application Resource
        call: service-fabric-client-apis-meshapplications.microsoftazuremeshapplicationdelete
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/resources/applications/{applicationresourcename}//getupgradeprogress
      name: resources-applications-applicationresourcename-getupgradeprogress
      description: REST surface for Resources-Applications-applicationResourceName-$-GetUpgradeProgress.
      operations:
      - method: GET
        name: microsoftazuremeshapplicationgetupgradeprogress
        description: Microsoft Azure Gets The Progress Of The Latest Upgrade Performed On This Application Resource
        call: service-fabric-client-apis-meshapplications.microsoftazuremeshapplicationgetupgradeprogress
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: service-fabric-client-apis-meshapplications-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Service Fabric Client APIs — MeshApplications. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-lists-all-application
      description: Microsoft Azure Lists All The Application Resources
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: service-fabric-client-apis-meshapplications.microsoftazuremeshapplicationlist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-creates-updates-application
      description: Microsoft Azure Creates Or Updates A Application Resource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: service-fabric-client-apis-meshapplications.microsoftazuremeshapplicationcreateorupdate
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-application-resource
      description: Microsoft Azure Gets The Application Resource With The Given Name
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: service-fabric-client-apis-meshapplications.microsoftazuremeshapplicationget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-application-resource
      description: Microsoft Azure Deletes The Application Resource
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: service-fabric-client-apis-meshapplications.microsoftazuremeshapplicationdelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-progress-latest
      description: Microsoft Azure Gets The Progress Of The Latest Upgrade Performed On This Application Resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: service-fabric-client-apis-meshapplications.microsoftazuremeshapplicationgetupgradeprogress
      outputParameters:
      - type: object
        mapping: $.