LabVantage Solutions · Capability

LabVantage LIMS API — Instruments

LabVantage LIMS API — Instruments. 1 operations. Lead operation: List instruments. Self-contained Naftiko capability covering one Labvantage business surface.

Run with Naftiko LabvantageInstruments

What You Can Do

GET
Listinstruments — List instruments
/v1/instruments

MCP Tools

list-instruments

List instruments

read-only idempotent

Capability Spec

lims-instruments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: LabVantage LIMS API — Instruments
  description: 'LabVantage LIMS API — Instruments. 1 operations. Lead operation: List instruments. Self-contained Naftiko
    capability covering one Labvantage business surface.'
  tags:
  - Labvantage
  - Instruments
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LABVANTAGE_API_KEY: LABVANTAGE_API_KEY
capability:
  consumes:
  - type: http
    namespace: lims-instruments
    baseUri: https://{instance}.labvantage.example.com/labvantage/rest/v1
    description: LabVantage LIMS API — Instruments business capability. Self-contained, no shared references.
    resources:
    - name: instruments
      path: /instruments
      operations:
      - name: listinstruments
        method: GET
        description: List instruments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: status
          in: query
          type: string
        - name: instrumentType
          in: query
          type: string
    authentication:
      type: bearer
      token: '{{env.LABVANTAGE_API_KEY}}'
  exposes:
  - type: rest
    namespace: lims-instruments-rest
    port: 8080
    description: REST adapter for LabVantage LIMS API — Instruments. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/instruments
      name: instruments
      description: REST surface for instruments.
      operations:
      - method: GET
        name: listinstruments
        description: List instruments
        call: lims-instruments.listinstruments
        with:
          status: rest.status
          instrumentType: rest.instrumentType
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: lims-instruments-mcp
    port: 9090
    transport: http
    description: MCP adapter for LabVantage LIMS API — Instruments. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-instruments
      description: List instruments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: lims-instruments.listinstruments
      with:
        status: tools.status
        instrumentType: tools.instrumentType
      outputParameters:
      - type: object
        mapping: $.