Global System for Mobile Communications GSMA Camara Project One Time Password SMS — OTP Management

Global System for Mobile Communications GSMA Camara Project One Time Password SMS — OTP Management. 2 operations. Lead operation: Global System for Mobile Communications Sends a message including an OTP code to the given phone number. Self-contained Naftiko capability covering one Global System For Mobile Communications business surface.

Run with Naftiko Global System For Mobile CommunicationsOTP Management

What You Can Do

POST
Sendcode — Global System for Mobile Communications Sends a message including an OTP code to the given phone number
/v1/send-code
POST
Validatecode — Global System for Mobile Communications Verifies the OTP received as input
/v1/validate-code

MCP Tools

global-system-mobile-communications-sends

Global System for Mobile Communications Sends a message including an OTP code to the given phone number

global-system-mobile-communications-verifies

Global System for Mobile Communications Verifies the OTP received as input

Capability Spec

one-time-password-otp-management.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Global System for Mobile Communications GSMA Camara Project One Time Password SMS — OTP Management
  description: 'Global System for Mobile Communications GSMA Camara Project One Time Password SMS — OTP Management. 2 operations.
    Lead operation: Global System for Mobile Communications Sends a message including an OTP code to the given phone number.
    Self-contained Naftiko capability covering one Global System For Mobile Communications business surface.'
  tags:
  - Global System For Mobile Communications
  - OTP Management
  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: one-time-password-otp-management
    baseUri: ''
    description: Global System for Mobile Communications GSMA Camara Project One Time Password SMS — OTP Management business
      capability. Self-contained, no shared references.
    resources:
    - name: send-code
      path: /send-code
      operations:
      - name: sendcode
        method: POST
        description: Global System for Mobile Communications Sends a message including an OTP code to the given phone number
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: x-correlator
          in: header
          type: string
          description: Correlation id for the different services
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: validate-code
      path: /validate-code
      operations:
      - name: validatecode
        method: POST
        description: Global System for Mobile Communications Verifies the OTP received as input
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: x-correlator
          in: header
          type: string
          description: Correlation id for the different services
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: one-time-password-otp-management-rest
    port: 8080
    description: REST adapter for Global System for Mobile Communications GSMA Camara Project One Time Password SMS — OTP
      Management. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/send-code
      name: send-code
      description: REST surface for send-code.
      operations:
      - method: POST
        name: sendcode
        description: Global System for Mobile Communications Sends a message including an OTP code to the given phone number
        call: one-time-password-otp-management.sendcode
        with:
          x-correlator: rest.x-correlator
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/validate-code
      name: validate-code
      description: REST surface for validate-code.
      operations:
      - method: POST
        name: validatecode
        description: Global System for Mobile Communications Verifies the OTP received as input
        call: one-time-password-otp-management.validatecode
        with:
          x-correlator: rest.x-correlator
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: one-time-password-otp-management-mcp
    port: 9090
    transport: http
    description: MCP adapter for Global System for Mobile Communications GSMA Camara Project One Time Password SMS — OTP Management.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: global-system-mobile-communications-sends
      description: Global System for Mobile Communications Sends a message including an OTP code to the given phone number
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: one-time-password-otp-management.sendcode
      with:
        x-correlator: tools.x-correlator
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: global-system-mobile-communications-verifies
      description: Global System for Mobile Communications Verifies the OTP received as input
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: one-time-password-otp-management.validatecode
      with:
        x-correlator: tools.x-correlator
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.