Absence.io · Capability

Absence.io API — Allowances

Absence.io API — Allowances. 1 operations. Lead operation: Absence.io List Allowances. Self-contained Naftiko capability covering one Absence Io business surface.

Run with Naftiko Absence IoAllowances

What You Can Do

POST
Listallowances — Absence.io List Allowances
/v1/allowances

MCP Tools

absence-io-list-allowances

Absence.io List Allowances

read-only

Capability Spec

absence-io-allowances.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Absence.io API — Allowances
  description: 'Absence.io API — Allowances. 1 operations. Lead operation: Absence.io List Allowances. Self-contained Naftiko
    capability covering one Absence Io business surface.'
  tags:
  - Absence Io
  - Allowances
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ABSENCE_IO_API_KEY: ABSENCE_IO_API_KEY
capability:
  consumes:
  - type: http
    namespace: absence-io-allowances
    baseUri: https://app.absence.io/api/v2
    description: Absence.io API — Allowances business capability. Self-contained, no shared references.
    resources:
    - name: allowances
      path: /allowances
      operations:
      - name: listallowances
        method: POST
        description: Absence.io List Allowances
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: absence-io-allowances-rest
    port: 8080
    description: REST adapter for Absence.io API — Allowances. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/allowances
      name: allowances
      description: REST surface for allowances.
      operations:
      - method: POST
        name: listallowances
        description: Absence.io List Allowances
        call: absence-io-allowances.listallowances
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: absence-io-allowances-mcp
    port: 9090
    transport: http
    description: MCP adapter for Absence.io API — Allowances. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: absence-io-list-allowances
      description: Absence.io List Allowances
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: absence-io-allowances.listallowances
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.