Global System for Mobile Communications GSMA Camara Project Number Verification — Phone Number Verify

Global System for Mobile Communications GSMA Camara Project Number Verification — Phone Number Verify. 1 operations. Lead operation: Global System for Mobile Communications Verifies if the received hashed/plain text phone number matches the phone number associated with the access token. Self-contained Naftiko capability covering one Global System For Mobile Communications business surface.

Run with Naftiko Global System For Mobile CommunicationsPhone Number Verify

What You Can Do

POST
Phonenumberverify — Global System for Mobile Communications Verifies if the received hashed/plain text phone number matches the phone number associated with the access token
/v1/verify

MCP Tools

global-system-mobile-communications-verifies

Global System for Mobile Communications Verifies if the received hashed/plain text phone number matches the phone number associated with the access token

Capability Spec

number-verification-phone-number-verify.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Global System for Mobile Communications GSMA Camara Project Number Verification — Phone Number Verify
  description: 'Global System for Mobile Communications GSMA Camara Project Number Verification — Phone Number Verify. 1 operations.
    Lead operation: Global System for Mobile Communications Verifies if the received hashed/plain text phone number matches
    the phone number associated with the access token. Self-contained Naftiko capability covering one Global System For Mobile
    Communications business surface.'
  tags:
  - Global System For Mobile Communications
  - Phone Number Verify
  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: number-verification-phone-number-verify
    baseUri: ''
    description: Global System for Mobile Communications GSMA Camara Project Number Verification — Phone Number Verify business
      capability. Self-contained, no shared references.
    resources:
    - name: verify
      path: /verify
      operations:
      - name: phonenumberverify
        method: POST
        description: Global System for Mobile Communications Verifies if the received hashed/plain text phone number matches
          the phone number associated with the access token
        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: number-verification-phone-number-verify-rest
    port: 8080
    description: REST adapter for Global System for Mobile Communications GSMA Camara Project Number Verification — Phone
      Number Verify. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/verify
      name: verify
      description: REST surface for verify.
      operations:
      - method: POST
        name: phonenumberverify
        description: Global System for Mobile Communications Verifies if the received hashed/plain text phone number matches
          the phone number associated with the access token
        call: number-verification-phone-number-verify.phonenumberverify
        with:
          x-correlator: rest.x-correlator
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: number-verification-phone-number-verify-mcp
    port: 9090
    transport: http
    description: MCP adapter for Global System for Mobile Communications GSMA Camara Project Number Verification — Phone Number
      Verify. One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: global-system-mobile-communications-verifies
      description: Global System for Mobile Communications Verifies if the received hashed/plain text phone number matches
        the phone number associated with the access token
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: number-verification-phone-number-verify.phonenumberverify
      with:
        x-correlator: tools.x-correlator
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.