Akamai · Capability

Akamai: Property Manager API — Property version includes

Akamai: Property Manager API — Property version includes. 1 operations. Lead operation: Akamai List Property's Includes. Self-contained Naftiko capability covering one Akamai business surface.

Run with Naftiko AkamaiProperty version includes

What You Can Do

GET
Getpropertyversionincludes — Akamai List Property's Includes
/v1/properties/{propertyid}/versions/{propertyversion}/includes

MCP Tools

akamai-list-property-s-includes

Akamai List Property's Includes

read-only idempotent

Capability Spec

papi-property-version-includes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Akamai: Property Manager API — Property version includes'
  description: 'Akamai: Property Manager API — Property version includes. 1 operations. Lead operation: Akamai List Property''s
    Includes. Self-contained Naftiko capability covering one Akamai business surface.'
  tags:
  - Akamai
  - Property version includes
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AKAMAI_API_KEY: AKAMAI_API_KEY
capability:
  consumes:
  - type: http
    namespace: papi-property-version-includes
    baseUri: https://{hostname}/papi/v1
    description: 'Akamai: Property Manager API — Property version includes business capability. Self-contained, no shared
      references.'
    resources:
    - name: properties-propertyId-versions-propertyVersion-includes
      path: /properties/{propertyId}/versions/{propertyVersion}/includes
      operations:
      - name: getpropertyversionincludes
        method: GET
        description: Akamai List Property's Includes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: offset
          in: query
          type: integer
          description: For paginated responses, specifies the page of results you want to navigate to, starting from `0`.
        - name: limit
          in: query
          type: integer
          description: For paginated responses, specifies the number of `hostnames` objects to include on each page.
        - name: contractId
          in: query
          type: string
          description: Unique identifier for the contract. The parameter is optional if a property belongs to only one contract.
            Otherwise you need to specify it along with the `group
        - name: groupId
          in: query
          type: string
          description: Unique identifier for the group. The parameter is optional if a property belongs to only one group.
            Otherwise you need to specify it along with the `contractId`
        - 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-property-version-includes-rest
    port: 8080
    description: 'REST adapter for Akamai: Property Manager API — Property version includes. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/properties/{propertyid}/versions/{propertyversion}/includes
      name: properties-propertyid-versions-propertyversion-includes
      description: REST surface for properties-propertyId-versions-propertyVersion-includes.
      operations:
      - method: GET
        name: getpropertyversionincludes
        description: Akamai List Property's Includes
        call: papi-property-version-includes.getpropertyversionincludes
        with:
          offset: rest.offset
          limit: rest.limit
          contractId: rest.contractId
          groupId: rest.groupId
          PAPI-Use-Prefixes: rest.PAPI-Use-Prefixes
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: papi-property-version-includes-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Akamai: Property Manager API — Property version includes. One tool per consumed operation,
      routed inline through this capability''s consumes block.'
    tools:
    - name: akamai-list-property-s-includes
      description: Akamai List Property's Includes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: papi-property-version-includes.getpropertyversionincludes
      with:
        offset: tools.offset
        limit: tools.limit
        contractId: tools.contractId
        groupId: tools.groupId
        PAPI-Use-Prefixes: tools.PAPI-Use-Prefixes
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.