Merge · Capability

Merge ATS API — EEOCs

Merge ATS API — EEOCs. 1 operations. Lead operation: Merge List EEOCs. Self-contained Naftiko capability covering one Merge business surface.

Run with Naftiko MergeEEOCs

What You Can Do

GET
Listeeocs — Merge List EEOCs
/v1/eeocs

MCP Tools

merge-list-eeocs

Merge List EEOCs

read-only idempotent

Capability Spec

ats-eeocs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Merge ATS API — EEOCs
  description: 'Merge ATS API — EEOCs. 1 operations. Lead operation: Merge List EEOCs. Self-contained Naftiko capability covering
    one Merge business surface.'
  tags:
  - Merge
  - EEOCs
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MERGE_API_KEY: MERGE_API_KEY
capability:
  consumes:
  - type: http
    namespace: ats-eeocs
    baseUri: https://api.merge.dev/api/ats/v1
    description: Merge ATS API — EEOCs business capability. Self-contained, no shared references.
    resources:
    - name: eeocs
      path: /eeocs
      operations:
      - name: listeeocs
        method: GET
        description: Merge List EEOCs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MERGE_API_KEY}}'
  exposes:
  - type: rest
    namespace: ats-eeocs-rest
    port: 8080
    description: REST adapter for Merge ATS API — EEOCs. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/eeocs
      name: eeocs
      description: REST surface for eeocs.
      operations:
      - method: GET
        name: listeeocs
        description: Merge List EEOCs
        call: ats-eeocs.listeeocs
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ats-eeocs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Merge ATS API — EEOCs. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: merge-list-eeocs
      description: Merge List EEOCs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ats-eeocs.listeeocs
      outputParameters:
      - type: object
        mapping: $.