Akamai · Capability

Akamai: Property Manager API — Groups

Akamai: Property Manager API — Groups. 1 operations. Lead operation: Akamai List Groups. Self-contained Naftiko capability covering one Akamai business surface.

Run with Naftiko AkamaiGroups

What You Can Do

GET
Getgroups — Akamai List Groups
/v1/groups

MCP Tools

akamai-list-groups

Akamai List Groups

read-only idempotent

Capability Spec

papi-groups.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Akamai: Property Manager API — Groups'
  description: 'Akamai: Property Manager API — Groups. 1 operations. Lead operation: Akamai List Groups. Self-contained Naftiko
    capability covering one Akamai business surface.'
  tags:
  - Akamai
  - Groups
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AKAMAI_API_KEY: AKAMAI_API_KEY
capability:
  consumes:
  - type: http
    namespace: papi-groups
    baseUri: https://{hostname}/papi/v1
    description: 'Akamai: Property Manager API — Groups business capability. Self-contained, no shared references.'
    resources:
    - name: groups
      path: /groups
      operations:
      - name: getgroups
        method: GET
        description: Akamai List Groups
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: PAPI-Use-Prefixes
          in: header
          type: string
          description: __Enum__ Sets whether to represent [ID prefixes](https://techdocs.akamai.com/property-mgr/reference/id-prefixes)
            in response data. Set to `false` when exchangin
          required: true
        - name: accountSwitchKey
          in: query
          type: string
          description: For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-w
  exposes:
  - type: rest
    namespace: papi-groups-rest
    port: 8080
    description: 'REST adapter for Akamai: Property Manager API — Groups. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.'
    resources:
    - path: /v1/groups
      name: groups
      description: REST surface for groups.
      operations:
      - method: GET
        name: getgroups
        description: Akamai List Groups
        call: papi-groups.getgroups
        with:
          PAPI-Use-Prefixes: rest.PAPI-Use-Prefixes
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: papi-groups-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Akamai: Property Manager API — Groups. One tool per consumed operation, routed inline through
      this capability''s consumes block.'
    tools:
    - name: akamai-list-groups
      description: Akamai List Groups
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: papi-groups.getgroups
      with:
        PAPI-Use-Prefixes: tools.PAPI-Use-Prefixes
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.