Sync Labs · Capability

Sync Labs API — Models

Sync Labs API — Models. 1 operations. Lead operation: List Available Models. Self-contained Naftiko capability covering one Sync Labs business surface.

Run with Naftiko Sync LabsModels

What You Can Do

GET
Listmodels — List Available Models
/v1/models

MCP Tools

list-available-models

List Available Models

read-only idempotent

Capability Spec

sync-labs-models.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Sync Labs API — Models
  description: 'Sync Labs API — Models. 1 operations. Lead operation: List Available Models. Self-contained Naftiko capability
    covering one Sync Labs business surface.'
  tags:
  - Sync Labs
  - Models
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SYNC_LABS_API_KEY: SYNC_LABS_API_KEY
capability:
  consumes:
  - type: http
    namespace: sync-labs-models
    baseUri: https://api.sync.so/v2
    description: Sync Labs API — Models business capability. Self-contained, no shared references.
    resources:
    - name: models
      path: /models
      operations:
      - name: listmodels
        method: GET
        description: List Available Models
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: x-api-key
      value: '{{env.SYNC_LABS_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: sync-labs-models-rest
    port: 8080
    description: REST adapter for Sync Labs API — Models. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/models
      name: models
      description: REST surface for models.
      operations:
      - method: GET
        name: listmodels
        description: List Available Models
        call: sync-labs-models.listmodels
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sync-labs-models-mcp
    port: 9090
    transport: http
    description: MCP adapter for Sync Labs API — Models. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: list-available-models
      description: List Available Models
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sync-labs-models.listmodels
      outputParameters:
      - type: object
        mapping: $.