Global System for Mobile Communications GSMA Camara Project SIM Swap API — Check SIM Swap

Global System for Mobile Communications GSMA Camara Project SIM Swap API — Check SIM Swap. 1 operations. Lead operation: Check SIM Swap. Self-contained Naftiko capability covering one Global System For Mobile Communications business surface.

Run with Naftiko Global System For Mobile CommunicationsCheck SIM Swap

What You Can Do

POST
Checksimswap — Check if SIM swap has been performed during a past period
/v1/check

MCP Tools

check-if-sim-swap-has

Check if SIM swap has been performed during a past period

read-only

Capability Spec

sim-swap-check-sim-swap.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Global System for Mobile Communications GSMA Camara Project SIM Swap API — Check SIM Swap
  description: 'Global System for Mobile Communications GSMA Camara Project SIM Swap API — Check SIM Swap. 1 operations. Lead
    operation: Check SIM Swap. Self-contained Naftiko capability covering one Global System For Mobile Communications business
    surface.'
  tags:
  - Global System For Mobile Communications
  - Check SIM Swap
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GLOBAL_SYSTEM_FOR_MOBILE_COMMUNICATIONS_API_KEY: GLOBAL_SYSTEM_FOR_MOBILE_COMMUNICATIONS_API_KEY
capability:
  consumes:
  - type: http
    namespace: sim-swap-check-sim-swap
    baseUri: ''
    description: Global System for Mobile Communications GSMA Camara Project SIM Swap API — Check SIM Swap business capability.
      Self-contained, no shared references.
    resources:
    - name: check
      path: /check
      operations:
      - name: checksimswap
        method: POST
        description: Check if SIM swap has been performed during a past period
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: sim-swap-check-sim-swap-rest
    port: 8080
    description: REST adapter for Global System for Mobile Communications GSMA Camara Project SIM Swap API — Check SIM Swap.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/check
      name: check
      description: REST surface for check.
      operations:
      - method: POST
        name: checksimswap
        description: Check if SIM swap has been performed during a past period
        call: sim-swap-check-sim-swap.checksimswap
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sim-swap-check-sim-swap-mcp
    port: 9090
    transport: http
    description: MCP adapter for Global System for Mobile Communications GSMA Camara Project SIM Swap API — Check SIM Swap.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: check-if-sim-swap-has
      description: Check if SIM swap has been performed during a past period
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: sim-swap-check-sim-swap.checksimswap
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.