Microsoft Azure · Capability

Microsoft Azure Programmable Connectivity — Sim Swap

Microsoft Azure Programmable Connectivity — Sim Swap. 2 operations. Lead operation: Microsoft Azure Post Sim Swap Sim Swap:retrieve. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSim Swap

What You Can Do

POST
Microsoftazuresimswapretrieve — Microsoft Azure Post Sim Swap Sim Swap:retrieve
/v1/sim-swap/sim-swap-retrieve
POST
Microsoftazuresimswapverify — Microsoft Azure Post Sim Swap Sim Swap:verify
/v1/sim-swap/sim-swap-verify

MCP Tools

microsoft-azure-post-sim-swap

Microsoft Azure Post Sim Swap Sim Swap:retrieve

read-only
microsoft-azure-post-sim-swap-2

Microsoft Azure Post Sim Swap Sim Swap:verify

Capability Spec

programmable-connectivity-sim-swap.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Programmable Connectivity — Sim Swap
  description: 'Microsoft Azure Programmable Connectivity — Sim Swap. 2 operations. Lead operation: Microsoft Azure Post Sim
    Swap Sim Swap:retrieve. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Sim Swap
  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: programmable-connectivity-sim-swap
    baseUri: ''
    description: Microsoft Azure Programmable Connectivity — Sim Swap business capability. Self-contained, no shared references.
    resources:
    - name: sim-swap-sim-swap:retrieve
      path: /sim-swap/sim-swap:retrieve
      operations:
      - name: microsoftazuresimswapretrieve
        method: POST
        description: Microsoft Azure Post Sim Swap Sim Swap:retrieve
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          required: true
    - name: sim-swap-sim-swap:verify
      path: /sim-swap/sim-swap:verify
      operations:
      - name: microsoftazuresimswapverify
        method: POST
        description: Microsoft Azure Post Sim Swap Sim Swap:verify
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          required: true
  exposes:
  - type: rest
    namespace: programmable-connectivity-sim-swap-rest
    port: 8080
    description: REST adapter for Microsoft Azure Programmable Connectivity — Sim Swap. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/sim-swap/sim-swap-retrieve
      name: sim-swap-sim-swap-retrieve
      description: REST surface for sim-swap-sim-swap:retrieve.
      operations:
      - method: POST
        name: microsoftazuresimswapretrieve
        description: Microsoft Azure Post Sim Swap Sim Swap:retrieve
        call: programmable-connectivity-sim-swap.microsoftazuresimswapretrieve
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sim-swap/sim-swap-verify
      name: sim-swap-sim-swap-verify
      description: REST surface for sim-swap-sim-swap:verify.
      operations:
      - method: POST
        name: microsoftazuresimswapverify
        description: Microsoft Azure Post Sim Swap Sim Swap:verify
        call: programmable-connectivity-sim-swap.microsoftazuresimswapverify
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: programmable-connectivity-sim-swap-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Programmable Connectivity — Sim Swap. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-post-sim-swap
      description: Microsoft Azure Post Sim Swap Sim Swap:retrieve
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: programmable-connectivity-sim-swap.microsoftazuresimswapretrieve
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-sim-swap-2
      description: Microsoft Azure Post Sim Swap Sim Swap:verify
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: programmable-connectivity-sim-swap.microsoftazuresimswapverify
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.