Global Relay · Capability

Global Relay Voice Archiving API — Files

Global Relay Voice Archiving API — Files. 1 operations. Lead operation: Global Relay Upload a voice or video file. Self-contained Naftiko capability covering one Global Relay business surface.

Run with Naftiko Global RelayFiles

What You Can Do

POST
Uploadvoicefile — Global Relay Upload a voice or video file
/v1/files

MCP Tools

global-relay-upload-voice-video

Global Relay Upload a voice or video file

Capability Spec

voice-archiving-files.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Global Relay Voice Archiving API — Files
  description: 'Global Relay Voice Archiving API — Files. 1 operations. Lead operation: Global Relay Upload a voice or video
    file. Self-contained Naftiko capability covering one Global Relay business surface.'
  tags:
  - Global Relay
  - Files
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GLOBAL_RELAY_API_KEY: GLOBAL_RELAY_API_KEY
capability:
  consumes:
  - type: http
    namespace: voice-archiving-files
    baseUri: https://voice.api.globalrelay.com/v2
    description: Global Relay Voice Archiving API — Files business capability. Self-contained, no shared references.
    resources:
    - name: files
      path: /files
      operations:
      - name: uploadvoicefile
        method: POST
        description: Global Relay Upload a voice or video file
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.GLOBAL_RELAY_API_KEY}}'
  exposes:
  - type: rest
    namespace: voice-archiving-files-rest
    port: 8080
    description: REST adapter for Global Relay Voice Archiving API — Files. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/files
      name: files
      description: REST surface for files.
      operations:
      - method: POST
        name: uploadvoicefile
        description: Global Relay Upload a voice or video file
        call: voice-archiving-files.uploadvoicefile
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: voice-archiving-files-mcp
    port: 9090
    transport: http
    description: MCP adapter for Global Relay Voice Archiving API — Files. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: global-relay-upload-voice-video
      description: Global Relay Upload a voice or video file
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: voice-archiving-files.uploadvoicefile
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.