Microsoft Azure · Capability

Microsoft Azure Service Fabric Client APIs — Infrastructure

Microsoft Azure Service Fabric Client APIs — Infrastructure. 2 operations. Lead operation: Microsoft Azure Invokes An Administrative Command On The Given Infrastructure Service Instance. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureInfrastructure

What You Can Do

POST
Microsoftazureinvokeinfrastructurecommand — Microsoft Azure Invokes An Administrative Command On The Given Infrastructure Service Instance
/v1//invokeinfrastructurecommand
GET
Microsoftazureinvokeinfrastructurequery — Microsoft Azure Invokes A Read Only Query On The Given Infrastructure Service Instance
/v1//invokeinfrastructurequery

MCP Tools

microsoft-azure-invokes-administrative-command

Microsoft Azure Invokes An Administrative Command On The Given Infrastructure Service Instance

microsoft-azure-invokes-read-only

Microsoft Azure Invokes A Read Only Query On The Given Infrastructure Service Instance

read-only idempotent

Capability Spec

service-fabric-client-apis-infrastructure.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Service Fabric Client APIs — Infrastructure
  description: 'Microsoft Azure Service Fabric Client APIs — Infrastructure. 2 operations. Lead operation: Microsoft Azure
    Invokes An Administrative Command On The Given Infrastructure Service Instance. Self-contained Naftiko capability covering
    one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Infrastructure
  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-infrastructure
    baseUri: http://localhost:19080
    description: Microsoft Azure Service Fabric Client APIs — Infrastructure business capability. Self-contained, no shared
      references.
    resources:
    - name: $-InvokeInfrastructureCommand
      path: /$/InvokeInfrastructureCommand
      operations:
      - name: microsoftazureinvokeinfrastructurecommand
        method: POST
        description: Microsoft Azure Invokes An Administrative Command On The Given Infrastructure Service Instance
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: $-InvokeInfrastructureQuery
      path: /$/InvokeInfrastructureQuery
      operations:
      - name: microsoftazureinvokeinfrastructurequery
        method: GET
        description: Microsoft Azure Invokes A Read Only Query On The Given Infrastructure Service Instance
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: service-fabric-client-apis-infrastructure-rest
    port: 8080
    description: REST adapter for Microsoft Azure Service Fabric Client APIs — Infrastructure. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1//invokeinfrastructurecommand
      name: invokeinfrastructurecommand
      description: REST surface for $-InvokeInfrastructureCommand.
      operations:
      - method: POST
        name: microsoftazureinvokeinfrastructurecommand
        description: Microsoft Azure Invokes An Administrative Command On The Given Infrastructure Service Instance
        call: service-fabric-client-apis-infrastructure.microsoftazureinvokeinfrastructurecommand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1//invokeinfrastructurequery
      name: invokeinfrastructurequery
      description: REST surface for $-InvokeInfrastructureQuery.
      operations:
      - method: GET
        name: microsoftazureinvokeinfrastructurequery
        description: Microsoft Azure Invokes A Read Only Query On The Given Infrastructure Service Instance
        call: service-fabric-client-apis-infrastructure.microsoftazureinvokeinfrastructurequery
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: service-fabric-client-apis-infrastructure-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Service Fabric Client APIs — Infrastructure. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-invokes-administrative-command
      description: Microsoft Azure Invokes An Administrative Command On The Given Infrastructure Service Instance
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: service-fabric-client-apis-infrastructure.microsoftazureinvokeinfrastructurecommand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-invokes-read-only
      description: Microsoft Azure Invokes A Read Only Query On The Given Infrastructure Service Instance
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: service-fabric-client-apis-infrastructure.microsoftazureinvokeinfrastructurequery
      outputParameters:
      - type: object
        mapping: $.