intel · Capability

Intel oneAPI — Tools

Intel oneAPI — Tools. 2 operations. Lead operation: Get Toolkits. Self-contained Naftiko capability covering one Intel business surface.

Run with Naftiko IntelTools

What You Can Do

GET
Gettoolkits — Get Toolkits
/v1/toolkits
GET
Gettools — Get Developer Tools
/v1/tools

MCP Tools

get-toolkits

Get Toolkits

read-only idempotent
get-developer-tools

Get Developer Tools

read-only idempotent

Capability Spec

oneapi-tools.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Intel oneAPI — Tools
  description: 'Intel oneAPI — Tools. 2 operations. Lead operation: Get Toolkits. Self-contained Naftiko capability covering
    one Intel business surface.'
  tags:
  - Intel
  - Tools
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    INTEL_API_KEY: INTEL_API_KEY
capability:
  consumes:
  - type: http
    namespace: oneapi-tools
    baseUri: https://api-portal.intel.com
    description: Intel oneAPI — Tools business capability. Self-contained, no shared references.
    resources:
    - name: toolkits
      path: /toolkits
      operations:
      - name: gettoolkits
        method: GET
        description: Get Toolkits
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: tools
      path: /tools
      operations:
      - name: gettools
        method: GET
        description: Get Developer Tools
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: oneapi-tools-rest
    port: 8080
    description: REST adapter for Intel oneAPI — Tools. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/toolkits
      name: toolkits
      description: REST surface for toolkits.
      operations:
      - method: GET
        name: gettoolkits
        description: Get Toolkits
        call: oneapi-tools.gettoolkits
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/tools
      name: tools
      description: REST surface for tools.
      operations:
      - method: GET
        name: gettools
        description: Get Developer Tools
        call: oneapi-tools.gettools
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: oneapi-tools-mcp
    port: 9090
    transport: http
    description: MCP adapter for Intel oneAPI — Tools. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: get-toolkits
      description: Get Toolkits
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: oneapi-tools.gettoolkits
      outputParameters:
      - type: object
        mapping: $.
    - name: get-developer-tools
      description: Get Developer Tools
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: oneapi-tools.gettools
      outputParameters:
      - type: object
        mapping: $.