Phrase · Capability

Phrase Strings API Reference — Quality performance score

Phrase Strings API Reference — Quality performance score. 1 operations. Lead operation: Get Translation Quality. Self-contained Naftiko capability covering one Phrase business surface.

Run with Naftiko PhraseQuality performance score

What You Can Do

POST
Qualityperformancescorelist — Get Translation Quality
/v1/projects/{project-id}/quality-performance-score

MCP Tools

get-translation-quality

Get Translation Quality

read-only

Capability Spec

strings-quality-performance-score.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Phrase Strings API Reference — Quality performance score
  description: 'Phrase Strings API Reference — Quality performance score. 1 operations. Lead operation: Get Translation Quality.
    Self-contained Naftiko capability covering one Phrase business surface.'
  tags:
  - Phrase
  - Quality performance score
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PHRASE_API_KEY: PHRASE_API_KEY
capability:
  consumes:
  - type: http
    namespace: strings-quality-performance-score
    baseUri: https://api.phrase.com/v2
    description: Phrase Strings API Reference — Quality performance score business capability. Self-contained, no shared references.
    resources:
    - name: projects-project_id-quality_performance_score
      path: /projects/{project_id}/quality_performance_score
      operations:
      - name: qualityperformancescorelist
        method: POST
        description: Get Translation Quality
        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: Authorization
      value: '{{env.PHRASE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: strings-quality-performance-score-rest
    port: 8080
    description: REST adapter for Phrase Strings API Reference — Quality performance score. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/projects/{project-id}/quality-performance-score
      name: projects-project-id-quality-performance-score
      description: REST surface for projects-project_id-quality_performance_score.
      operations:
      - method: POST
        name: qualityperformancescorelist
        description: Get Translation Quality
        call: strings-quality-performance-score.qualityperformancescorelist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: strings-quality-performance-score-mcp
    port: 9090
    transport: http
    description: MCP adapter for Phrase Strings API Reference — Quality performance score. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: get-translation-quality
      description: Get Translation Quality
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: strings-quality-performance-score.qualityperformancescorelist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.