Telefono · Capability

Telefono Phone Validation API — Batch

Telefono Phone Validation API — Batch. 1 operations. Lead operation: Validate Phone Number Batch. Self-contained Naftiko capability covering one Telefono business surface.

Run with Naftiko TelefonoBatch

What You Can Do

POST
Validatephonenumberbatch — Validate Phone Number Batch
/v1/validate/batch

MCP Tools

validate-phone-number-batch

Validate Phone Number Batch

read-only

Capability Spec

validation-batch.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Telefono Phone Validation API — Batch
  description: 'Telefono Phone Validation API — Batch. 1 operations. Lead operation: Validate Phone Number Batch. Self-contained
    Naftiko capability covering one Telefono business surface.'
  tags:
  - Telefono
  - Batch
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TELEFONO_API_KEY: TELEFONO_API_KEY
capability:
  consumes:
  - type: http
    namespace: validation-batch
    baseUri: https://api.telefono.com/v1
    description: Telefono Phone Validation API — Batch business capability. Self-contained, no shared references.
    resources:
    - name: validate-batch
      path: /validate/batch
      operations:
      - name: validatephonenumberbatch
        method: POST
        description: Validate Phone Number Batch
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: X-API-Key
      value: '{{env.TELEFONO_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: validation-batch-rest
    port: 8080
    description: REST adapter for Telefono Phone Validation API — Batch. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/validate/batch
      name: validate-batch
      description: REST surface for validate-batch.
      operations:
      - method: POST
        name: validatephonenumberbatch
        description: Validate Phone Number Batch
        call: validation-batch.validatephonenumberbatch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: validation-batch-mcp
    port: 9090
    transport: http
    description: MCP adapter for Telefono Phone Validation API — Batch. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: validate-phone-number-batch
      description: Validate Phone Number Batch
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: validation-batch.validatephonenumberbatch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.