APIPark · Capability

APIPark API — Teams

APIPark API — Teams. 1 operations. Lead operation: List Teams. Self-contained Naftiko capability covering one Apipark business surface.

Run with Naftiko ApiparkTeams

What You Can Do

GET
Listteams — List Teams
/v1/teams

MCP Tools

list-teams

List Teams

read-only idempotent

Capability Spec

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