Acadia · Capability

Acadia - Platform API — Skills

Acadia - Platform API — Skills. 1 operations. Lead operation: Acadia Get Employee Skills. Self-contained Naftiko capability covering one Acadia business surface.

Run with Naftiko AcadiaSkills

What You Can Do

GET
Getemployeeskills — Acadia Get Employee Skills
/v1/employees/{id}/skills

MCP Tools

acadia-get-employee-skills

Acadia Get Employee Skills

read-only idempotent

Capability Spec

platform-skills.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Acadia - Platform API — Skills
  description: 'Acadia - Platform API — Skills. 1 operations. Lead operation: Acadia Get Employee Skills. Self-contained Naftiko
    capability covering one Acadia business surface.'
  tags:
  - Acadia
  - Skills
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ACADIA_API_KEY: ACADIA_API_KEY
capability:
  consumes:
  - type: http
    namespace: platform-skills
    baseUri: https://api.acadia-software.com/v1
    description: Acadia - Platform API — Skills business capability. Self-contained, no shared references.
    resources:
    - name: employees-id-skills
      path: /employees/{id}/skills
      operations:
      - name: getemployeeskills
        method: GET
        description: Acadia Get Employee Skills
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Employee identifier.
          required: true
    authentication:
      type: bearer
      token: '{{env.ACADIA_API_KEY}}'
  exposes:
  - type: rest
    namespace: platform-skills-rest
    port: 8080
    description: REST adapter for Acadia - Platform API — Skills. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/employees/{id}/skills
      name: employees-id-skills
      description: REST surface for employees-id-skills.
      operations:
      - method: GET
        name: getemployeeskills
        description: Acadia Get Employee Skills
        call: platform-skills.getemployeeskills
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: platform-skills-mcp
    port: 9090
    transport: http
    description: MCP adapter for Acadia - Platform API — Skills. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: acadia-get-employee-skills
      description: Acadia Get Employee Skills
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: platform-skills.getemployeeskills
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.