Microsoft Azure · Capability

Microsoft Azure Microsoft Code Transparency Service — Operations

Microsoft Azure Microsoft Code Transparency Service — Operations. 2 operations. Lead operation: Microsoft Azure Get Operations. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureOperations

What You Can Do

GET
Microsoftazurelistentrystatuses — Microsoft Azure Get Operations
/v1/operations
GET
Microsoftazuregetentrystatus — Microsoft Azure Get Operations Operationid
/v1/operations/{operationid}

MCP Tools

microsoft-azure-get-operations

Microsoft Azure Get Operations

read-only idempotent
microsoft-azure-get-operations-operationid

Microsoft Azure Get Operations Operationid

read-only idempotent

Capability Spec

microsoft-code-transparency-service-operations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft Code Transparency Service — Operations
  description: 'Microsoft Azure Microsoft Code Transparency Service — Operations. 2 operations. Lead operation: Microsoft
    Azure Get Operations. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Operations
  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: microsoft-code-transparency-service-operations
    baseUri: ''
    description: Microsoft Azure Microsoft Code Transparency Service — Operations business capability. Self-contained, no
      shared references.
    resources:
    - name: operations
      path: /operations
      operations:
      - name: microsoftazurelistentrystatuses
        method: GET
        description: Microsoft Azure Get Operations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: operations-operationId
      path: /operations/{operationId}
      operations:
      - name: microsoftazuregetentrystatus
        method: GET
        description: Microsoft Azure Get Operations Operationid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: microsoft-code-transparency-service-operations-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft Code Transparency Service — Operations. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/operations
      name: operations
      description: REST surface for operations.
      operations:
      - method: GET
        name: microsoftazurelistentrystatuses
        description: Microsoft Azure Get Operations
        call: microsoft-code-transparency-service-operations.microsoftazurelistentrystatuses
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/operations/{operationid}
      name: operations-operationid
      description: REST surface for operations-operationId.
      operations:
      - method: GET
        name: microsoftazuregetentrystatus
        description: Microsoft Azure Get Operations Operationid
        call: microsoft-code-transparency-service-operations.microsoftazuregetentrystatus
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-code-transparency-service-operations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft Code Transparency Service — Operations. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-operations
      description: Microsoft Azure Get Operations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-code-transparency-service-operations.microsoftazurelistentrystatuses
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-operations-operationid
      description: Microsoft Azure Get Operations Operationid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-code-transparency-service-operations.microsoftazuregetentrystatus
      outputParameters:
      - type: object
        mapping: $.