agilent-technologies · Capability

Agilent iLab Operations API — Projects

Agilent iLab Operations API — Projects. 1 operations. Lead operation: Agilent iLab List Projects. Self-contained Naftiko capability covering one Agilent Technologies business surface.

Run with Naftiko Agilent TechnologiesProjects

What You Can Do

GET
Listprojects — Agilent iLab List Projects
/v1/cores/{core-id}/projects

MCP Tools

agilent-ilab-list-projects

Agilent iLab List Projects

read-only idempotent

Capability Spec

agilent-ilab-operations-projects.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Agilent iLab Operations API — Projects
  description: 'Agilent iLab Operations API — Projects. 1 operations. Lead operation: Agilent iLab List Projects. Self-contained
    Naftiko capability covering one Agilent Technologies business surface.'
  tags:
  - Agilent Technologies
  - Projects
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AGILENT_TECHNOLOGIES_API_KEY: AGILENT_TECHNOLOGIES_API_KEY
capability:
  consumes:
  - type: http
    namespace: agilent-ilab-operations-projects
    baseUri: https://api.ilabsolutions.com/v1
    description: Agilent iLab Operations API — Projects business capability. Self-contained, no shared references.
    resources:
    - name: cores-core_id-projects
      path: /cores/{core_id}/projects
      operations:
      - name: listprojects
        method: GET
        description: Agilent iLab List Projects
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: core_id
          in: path
          type: integer
          description: Unique identifier for the core facility.
          required: true
    authentication:
      type: bearer
      token: '{{env.AGILENT_TECHNOLOGIES_API_KEY}}'
  exposes:
  - type: rest
    namespace: agilent-ilab-operations-projects-rest
    port: 8080
    description: REST adapter for Agilent iLab Operations API — Projects. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/cores/{core-id}/projects
      name: cores-core-id-projects
      description: REST surface for cores-core_id-projects.
      operations:
      - method: GET
        name: listprojects
        description: Agilent iLab List Projects
        call: agilent-ilab-operations-projects.listprojects
        with:
          core_id: rest.core_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: agilent-ilab-operations-projects-mcp
    port: 9090
    transport: http
    description: MCP adapter for Agilent iLab Operations API — Projects. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: agilent-ilab-list-projects
      description: Agilent iLab List Projects
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: agilent-ilab-operations-projects.listprojects
      with:
        core_id: tools.core_id
      outputParameters:
      - type: object
        mapping: $.