Microsoft Azure · Capability

Microsoft Azure Batch synthesis API — Operations

Microsoft Azure Batch synthesis API — Operations. 1 operations. Lead operation: Microsoft Azure Get Operations Id. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureOperations

What You Can Do

GET
Microsoftazureoperationsget — Microsoft Azure Get Operations Id
/v1/operations/{id}

MCP Tools

microsoft-azure-get-operations-id

Microsoft Azure Get Operations Id

read-only idempotent

Capability Spec

batch-synthesis-operations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Batch synthesis API — Operations
  description: 'Microsoft Azure Batch synthesis API — Operations. 1 operations. Lead operation: Microsoft Azure Get Operations
    Id. 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: batch-synthesis-operations
    baseUri: ''
    description: Microsoft Azure Batch synthesis API — Operations business capability. Self-contained, no shared references.
    resources:
    - name: operations-id
      path: /operations/{id}
      operations:
      - name: microsoftazureoperationsget
        method: GET
        description: Microsoft Azure Get Operations Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The id of the operation
          required: true
  exposes:
  - type: rest
    namespace: batch-synthesis-operations-rest
    port: 8080
    description: REST adapter for Microsoft Azure Batch synthesis API — Operations. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/operations/{id}
      name: operations-id
      description: REST surface for operations-id.
      operations:
      - method: GET
        name: microsoftazureoperationsget
        description: Microsoft Azure Get Operations Id
        call: batch-synthesis-operations.microsoftazureoperationsget
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: batch-synthesis-operations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Batch synthesis API — Operations. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-operations-id
      description: Microsoft Azure Get Operations Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: batch-synthesis-operations.microsoftazureoperationsget
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.