Microsoft Azure · Capability

Microsoft Azure Service Fabric Client APIs — Code Package

Microsoft Azure Service Fabric Client APIs — Code Package. 4 operations. Lead operation: Microsoft Azure Gets The List Of Code Packages Deployed On A Service Fabric Node. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureCode Package

What You Can Do

GET
Microsoftazuregetdeployedcodepackageinfolist — Microsoft Azure Gets The List Of Code Packages Deployed On A Service Fabric Node
/v1/nodes/{nodename}//getapplications/{applicationid}//getcodepackages
POST
Microsoftazureinvokecontainerapi — Microsoft Azure Invoke Container Api On A Container Deployed On A Service Fabric Node
/v1/nodes/{nodename}//getapplications/{applicationid}//getcodepackages//containerapi
GET
Microsoftazuregetcontainerlogsdeployedonnode — Microsoft Azure Gets The Container Logs For Container Deployed On A Service Fabric Node
/v1/nodes/{nodename}//getapplications/{applicationid}//getcodepackages//containerlogs
POST
Microsoftazurerestartdeployedcodepackage — Microsoft Azure Restarts A Code Package Deployed On A Service Fabric Node In A Cluster
/v1/nodes/{nodename}//getapplications/{applicationid}//getcodepackages//restart

MCP Tools

microsoft-azure-gets-list-code

Microsoft Azure Gets The List Of Code Packages Deployed On A Service Fabric Node

read-only idempotent
microsoft-azure-invoke-container-api

Microsoft Azure Invoke Container Api On A Container Deployed On A Service Fabric Node

microsoft-azure-gets-container-logs

Microsoft Azure Gets The Container Logs For Container Deployed On A Service Fabric Node

read-only idempotent
microsoft-azure-restarts-code-package

Microsoft Azure Restarts A Code Package Deployed On A Service Fabric Node In A Cluster

Capability Spec

service-fabric-client-apis-code-package.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Service Fabric Client APIs — Code Package
  description: 'Microsoft Azure Service Fabric Client APIs — Code Package. 4 operations. Lead operation: Microsoft Azure Gets
    The List Of Code Packages Deployed On A Service Fabric Node. Self-contained Naftiko capability covering one Microsoft
    Azure business surface.'
  tags:
  - Microsoft Azure
  - Code Package
  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-code-package
    baseUri: http://localhost:19080
    description: Microsoft Azure Service Fabric Client APIs — Code Package business capability. Self-contained, no shared
      references.
    resources:
    - name: Nodes-nodeName-$-GetApplications-applicationId-$-GetCodePackages
      path: /Nodes/{nodeName}/$/GetApplications/{applicationId}/$/GetCodePackages
      operations:
      - name: microsoftazuregetdeployedcodepackageinfolist
        method: GET
        description: Microsoft Azure Gets The List Of Code Packages Deployed On A Service Fabric Node
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: Nodes-nodeName-$-GetApplications-applicationId-$-GetCodePackages-$-ContainerApi
      path: /Nodes/{nodeName}/$/GetApplications/{applicationId}/$/GetCodePackages/$/ContainerApi
      operations:
      - name: microsoftazureinvokecontainerapi
        method: POST
        description: Microsoft Azure Invoke Container Api On A Container Deployed On A Service Fabric Node
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: Nodes-nodeName-$-GetApplications-applicationId-$-GetCodePackages-$-ContainerLogs
      path: /Nodes/{nodeName}/$/GetApplications/{applicationId}/$/GetCodePackages/$/ContainerLogs
      operations:
      - name: microsoftazuregetcontainerlogsdeployedonnode
        method: GET
        description: Microsoft Azure Gets The Container Logs For Container Deployed On A Service Fabric Node
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: Nodes-nodeName-$-GetApplications-applicationId-$-GetCodePackages-$-Restart
      path: /Nodes/{nodeName}/$/GetApplications/{applicationId}/$/GetCodePackages/$/Restart
      operations:
      - name: microsoftazurerestartdeployedcodepackage
        method: POST
        description: Microsoft Azure Restarts A Code Package Deployed On A Service Fabric Node In A Cluster
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: service-fabric-client-apis-code-package-rest
    port: 8080
    description: REST adapter for Microsoft Azure Service Fabric Client APIs — Code Package. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/nodes/{nodename}//getapplications/{applicationid}//getcodepackages
      name: nodes-nodename-getapplications-applicationid-getcodepackages
      description: REST surface for Nodes-nodeName-$-GetApplications-applicationId-$-GetCodePackages.
      operations:
      - method: GET
        name: microsoftazuregetdeployedcodepackageinfolist
        description: Microsoft Azure Gets The List Of Code Packages Deployed On A Service Fabric Node
        call: service-fabric-client-apis-code-package.microsoftazuregetdeployedcodepackageinfolist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/nodes/{nodename}//getapplications/{applicationid}//getcodepackages//containerapi
      name: nodes-nodename-getapplications-applicationid-getcodepackages-containerapi
      description: REST surface for Nodes-nodeName-$-GetApplications-applicationId-$-GetCodePackages-$-ContainerApi.
      operations:
      - method: POST
        name: microsoftazureinvokecontainerapi
        description: Microsoft Azure Invoke Container Api On A Container Deployed On A Service Fabric Node
        call: service-fabric-client-apis-code-package.microsoftazureinvokecontainerapi
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/nodes/{nodename}//getapplications/{applicationid}//getcodepackages//containerlogs
      name: nodes-nodename-getapplications-applicationid-getcodepackages-containerlogs
      description: REST surface for Nodes-nodeName-$-GetApplications-applicationId-$-GetCodePackages-$-ContainerLogs.
      operations:
      - method: GET
        name: microsoftazuregetcontainerlogsdeployedonnode
        description: Microsoft Azure Gets The Container Logs For Container Deployed On A Service Fabric Node
        call: service-fabric-client-apis-code-package.microsoftazuregetcontainerlogsdeployedonnode
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/nodes/{nodename}//getapplications/{applicationid}//getcodepackages//restart
      name: nodes-nodename-getapplications-applicationid-getcodepackages-restart
      description: REST surface for Nodes-nodeName-$-GetApplications-applicationId-$-GetCodePackages-$-Restart.
      operations:
      - method: POST
        name: microsoftazurerestartdeployedcodepackage
        description: Microsoft Azure Restarts A Code Package Deployed On A Service Fabric Node In A Cluster
        call: service-fabric-client-apis-code-package.microsoftazurerestartdeployedcodepackage
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: service-fabric-client-apis-code-package-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Service Fabric Client APIs — Code Package. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-list-code
      description: Microsoft Azure Gets The List Of Code Packages Deployed On A Service Fabric Node
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: service-fabric-client-apis-code-package.microsoftazuregetdeployedcodepackageinfolist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-invoke-container-api
      description: Microsoft Azure Invoke Container Api On A Container Deployed On A Service Fabric Node
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: service-fabric-client-apis-code-package.microsoftazureinvokecontainerapi
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-container-logs
      description: Microsoft Azure Gets The Container Logs For Container Deployed On A Service Fabric Node
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: service-fabric-client-apis-code-package.microsoftazuregetcontainerlogsdeployedonnode
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-restarts-code-package
      description: Microsoft Azure Restarts A Code Package Deployed On A Service Fabric Node In A Cluster
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: service-fabric-client-apis-code-package.microsoftazurerestartdeployedcodepackage
      outputParameters:
      - type: object
        mapping: $.