Telesign · Capability

Telesign PhoneID API — Phone Intelligence

Telesign PhoneID API — Phone Intelligence. 1 operations. Lead operation: Look Up Phone ID. Self-contained Naftiko capability covering one Telesign business surface.

Run with Naftiko TelesignPhone Intelligence

What You Can Do

POST
Lookupphoneid — Look Up Phone ID
/v1/phoneid/{complete-phone-number}

MCP Tools

look-up-phone-id

Look Up Phone ID

Capability Spec

phoneid-phone-intelligence.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Telesign PhoneID API — Phone Intelligence
  description: 'Telesign PhoneID API — Phone Intelligence. 1 operations. Lead operation: Look Up Phone ID. Self-contained
    Naftiko capability covering one Telesign business surface.'
  tags:
  - Telesign
  - Phone Intelligence
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TELESIGN_API_KEY: TELESIGN_API_KEY
capability:
  consumes:
  - type: http
    namespace: phoneid-phone-intelligence
    baseUri: https://rest-ww.telesign.com/v1
    description: Telesign PhoneID API — Phone Intelligence business capability. Self-contained, no shared references.
    resources:
    - name: phoneid-complete_phone_number
      path: /phoneid/{complete_phone_number}
      operations:
      - name: lookupphoneid
        method: POST
        description: Look Up Phone ID
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: complete_phone_number
          in: path
          type: string
          description: The complete phone number including country code, with no spaces or special characters.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: basic
      username: '{{env.TELESIGN_USER}}'
      password: '{{env.TELESIGN_PASS}}'
  exposes:
  - type: rest
    namespace: phoneid-phone-intelligence-rest
    port: 8080
    description: REST adapter for Telesign PhoneID API — Phone Intelligence. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/phoneid/{complete-phone-number}
      name: phoneid-complete-phone-number
      description: REST surface for phoneid-complete_phone_number.
      operations:
      - method: POST
        name: lookupphoneid
        description: Look Up Phone ID
        call: phoneid-phone-intelligence.lookupphoneid
        with:
          complete_phone_number: rest.complete_phone_number
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: phoneid-phone-intelligence-mcp
    port: 9090
    transport: http
    description: MCP adapter for Telesign PhoneID API — Phone Intelligence. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: look-up-phone-id
      description: Look Up Phone ID
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: phoneid-phone-intelligence.lookupphoneid
      with:
        complete_phone_number: tools.complete_phone_number
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.