Label Studio · Capability

API Reference — subpackage_prompts.subpackage_prompts/indicators

API Reference — subpackage_prompts.subpackage_prompts/indicators. 2 operations. Lead operation: ✨ Get key indicators. Self-contained Naftiko capability covering one Label Studio business surface.

Run with Naftiko Label Studiosubpackage_prompts.subpackage_prompts/indicators

What You Can Do

GET
List — ✨ Get key indicators
/v1/api/inference-runs/{id}/indicators
GET
Get — ✨ Get key indicator
/v1/api/inference-runs/{id}/indicators/{indicator-key}

MCP Tools

get-key-indicators

✨ Get key indicators

read-only idempotent
get-key-indicator

✨ Get key indicator

read-only idempotent

Capability Spec

label-studio-subpackage-prompts-subpackage-prompts-indicators.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: API Reference — subpackage_prompts.subpackage_prompts/indicators
  description: 'API Reference — subpackage_prompts.subpackage_prompts/indicators. 2 operations. Lead operation: ✨ Get key
    indicators. Self-contained Naftiko capability covering one Label Studio business surface.'
  tags:
  - Label Studio
  - subpackage_prompts.subpackage_prompts/indicators
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LABEL_STUDIO_API_KEY: LABEL_STUDIO_API_KEY
capability:
  consumes:
  - type: http
    namespace: label-studio-subpackage-prompts-subpackage-prompts-indicators
    baseUri: http://localhost:8000
    description: API Reference — subpackage_prompts.subpackage_prompts/indicators business capability. Self-contained, no
      shared references.
    resources:
    - name: api-inference-runs-id-indicators
      path: /api/inference-runs/{id}/indicators/
      operations:
      - name: list
        method: GET
        description: ✨ Get key indicators
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: integer
          required: true
        - name: Authorization
          in: header
          type: string
          description: 'The token (or API key) must be passed as a request header. You can find your user token on the User
            Account page in Label Studio. Example: <br><pre><code class='
          required: true
    - name: api-inference-runs-id-indicators-indicator_key
      path: /api/inference-runs/{id}/indicators/{indicator_key}
      operations:
      - name: get
        method: GET
        description: ✨ Get key indicator
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: integer
          required: true
        - name: indicator_key
          in: path
          type: string
          required: true
        - name: Authorization
          in: header
          type: string
          description: 'The token (or API key) must be passed as a request header. You can find your user token on the User
            Account page in Label Studio. Example: <br><pre><code class='
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.LABEL_STUDIO_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: label-studio-subpackage-prompts-subpackage-prompts-indicators-rest
    port: 8080
    description: REST adapter for API Reference — subpackage_prompts.subpackage_prompts/indicators. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/inference-runs/{id}/indicators
      name: api-inference-runs-id-indicators
      description: REST surface for api-inference-runs-id-indicators.
      operations:
      - method: GET
        name: list
        description: ✨ Get key indicators
        call: label-studio-subpackage-prompts-subpackage-prompts-indicators.list
        with:
          id: rest.id
          Authorization: rest.Authorization
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/inference-runs/{id}/indicators/{indicator-key}
      name: api-inference-runs-id-indicators-indicator-key
      description: REST surface for api-inference-runs-id-indicators-indicator_key.
      operations:
      - method: GET
        name: get
        description: ✨ Get key indicator
        call: label-studio-subpackage-prompts-subpackage-prompts-indicators.get
        with:
          id: rest.id
          indicator_key: rest.indicator_key
          Authorization: rest.Authorization
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: label-studio-subpackage-prompts-subpackage-prompts-indicators-mcp
    port: 9090
    transport: http
    description: MCP adapter for API Reference — subpackage_prompts.subpackage_prompts/indicators. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: get-key-indicators
      description: ✨ Get key indicators
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: label-studio-subpackage-prompts-subpackage-prompts-indicators.list
      with:
        id: tools.id
        Authorization: tools.Authorization
      outputParameters:
      - type: object
        mapping: $.
    - name: get-key-indicator
      description: ✨ Get key indicator
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: label-studio-subpackage-prompts-subpackage-prompts-indicators.get
      with:
        id: tools.id
        indicator_key: tools.indicator_key
        Authorization: tools.Authorization
      outputParameters:
      - type: object
        mapping: $.