Microsoft Azure · Capability

Microsoft Azure PhoneNumbersClient — Long Running Operations

Microsoft Azure PhoneNumbersClient — Long Running Operations. 2 operations. Lead operation: Microsoft Azure Gets An Operation By Its Id. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureLong Running Operations

What You Can Do

GET
Microsoftazurephonenumbersgetoperation — Microsoft Azure Gets An Operation By Its Id
/v1/phonenumbers/operations/{operationid}
DELETE
Microsoftazurephonenumberscanceloperation — Microsoft Azure Cancels An Operation By Its Id
/v1/phonenumbers/operations/{operationid}

MCP Tools

microsoft-azure-gets-operation-its

Microsoft Azure Gets An Operation By Its Id

read-only idempotent
microsoft-azure-cancels-operation-its

Microsoft Azure Cancels An Operation By Its Id

idempotent

Capability Spec

phonenumbersclient-long-running-operations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure PhoneNumbersClient — Long Running Operations
  description: 'Microsoft Azure PhoneNumbersClient — Long Running Operations. 2 operations. Lead operation: Microsoft Azure
    Gets An Operation By Its Id. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Long Running 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: phonenumbersclient-long-running-operations
    baseUri: ''
    description: Microsoft Azure PhoneNumbersClient — Long Running Operations business capability. Self-contained, no shared
      references.
    resources:
    - name: phoneNumbers-operations-operationId
      path: /phoneNumbers/operations/{operationId}
      operations:
      - name: microsoftazurephonenumbersgetoperation
        method: GET
        description: Microsoft Azure Gets An Operation By Its Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: operationId
          in: path
          type: string
          description: The id of the operation
          required: true
      - name: microsoftazurephonenumberscanceloperation
        method: DELETE
        description: Microsoft Azure Cancels An Operation By Its Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: operationId
          in: path
          type: string
          description: The id of the operation
          required: true
  exposes:
  - type: rest
    namespace: phonenumbersclient-long-running-operations-rest
    port: 8080
    description: REST adapter for Microsoft Azure PhoneNumbersClient — Long Running Operations. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/phonenumbers/operations/{operationid}
      name: phonenumbers-operations-operationid
      description: REST surface for phoneNumbers-operations-operationId.
      operations:
      - method: GET
        name: microsoftazurephonenumbersgetoperation
        description: Microsoft Azure Gets An Operation By Its Id
        call: phonenumbersclient-long-running-operations.microsoftazurephonenumbersgetoperation
        with:
          operationId: rest.operationId
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurephonenumberscanceloperation
        description: Microsoft Azure Cancels An Operation By Its Id
        call: phonenumbersclient-long-running-operations.microsoftazurephonenumberscanceloperation
        with:
          operationId: rest.operationId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: phonenumbersclient-long-running-operations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure PhoneNumbersClient — Long Running Operations. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-operation-its
      description: Microsoft Azure Gets An Operation By Its Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: phonenumbersclient-long-running-operations.microsoftazurephonenumbersgetoperation
      with:
        operationId: tools.operationId
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-cancels-operation-its
      description: Microsoft Azure Cancels An Operation By Its Id
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: phonenumbersclient-long-running-operations.microsoftazurephonenumberscanceloperation
      with:
        operationId: tools.operationId
      outputParameters:
      - type: object
        mapping: $.