Akamai · Capability

Akamai: Property Manager API — Bulk search

Akamai: Property Manager API — Bulk search. 3 operations. Lead operation: Akamai Bulk Search a Set of Properties or Includes. Self-contained Naftiko capability covering one Akamai business surface.

Run with Naftiko AkamaiBulk search

What You Can Do

POST
Postbulksearch — Akamai Bulk Search a Set of Properties or Includes
/v1/bulk/rules-search-requests
POST
Postbulksearchsynch — Akamai Synchronously Bulk Search a Set of Properties or Includes
/v1/bulk/rules-search-requests-synch
GET
Getbulksearch — Akamai List Bulk Search Results
/v1/bulk/rules-search-requests/{bulksearchid}

MCP Tools

akamai-bulk-search-set-properties

Akamai Bulk Search a Set of Properties or Includes

read-only
akamai-synchronously-bulk-search-set

Akamai Synchronously Bulk Search a Set of Properties or Includes

read-only
akamai-list-bulk-search-results

Akamai List Bulk Search Results

read-only idempotent

Capability Spec

papi-bulk-search.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Akamai: Property Manager API — Bulk search'
  description: 'Akamai: Property Manager API — Bulk search. 3 operations. Lead operation: Akamai Bulk Search a Set of Properties
    or Includes. Self-contained Naftiko capability covering one Akamai business surface.'
  tags:
  - Akamai
  - Bulk search
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AKAMAI_API_KEY: AKAMAI_API_KEY
capability:
  consumes:
  - type: http
    namespace: papi-bulk-search
    baseUri: https://{hostname}/papi/v1
    description: 'Akamai: Property Manager API — Bulk search business capability. Self-contained, no shared references.'
    resources:
    - name: bulk-rules-search-requests
      path: /bulk/rules-search-requests
      operations:
      - name: postbulksearch
        method: POST
        description: Akamai Bulk Search a Set of Properties or Includes
        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: contractId
          in: query
          type: string
          description: Optionally filters bulk searches to properties created under the specified contract. For bulk operations,
            you can specify `contractId` and `groupId` independent
        - name: groupId
          in: query
          type: string
          description: 'Optionally filters bulk searches to properties created under the specified group. For bulk operations,
            you can specify `contractId` and `groupId` independently '
        - 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
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: bulk-rules-search-requests-synch
      path: /bulk/rules-search-requests-synch
      operations:
      - name: postbulksearchsynch
        method: POST
        description: Akamai Synchronously Bulk Search a Set of Properties or Includes
        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: contractId
          in: query
          type: string
          description: Optionally filters bulk searches to properties created under the specified contract. For bulk operations,
            you can specify `contractId` and `groupId` independent
        - name: groupId
          in: query
          type: string
          description: 'Optionally filters bulk searches to properties created under the specified group. For bulk operations,
            you can specify `contractId` and `groupId` independently '
        - 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
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: bulk-rules-search-requests-bulkSearchId
      path: /bulk/rules-search-requests/{bulkSearchId}
      operations:
      - name: getbulksearch
        method: GET
        description: Akamai List Bulk Search Results
        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: contractId
          in: query
          type: string
          description: Optionally filters bulk searches to properties created under the specified contract. For bulk operations,
            you can specify `contractId` and `groupId` independent
        - name: groupId
          in: query
          type: string
          description: 'Optionally filters bulk searches to properties created under the specified group. For bulk operations,
            you can specify `contractId` and `groupId` independently '
        - 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-bulk-search-rest
    port: 8080
    description: 'REST adapter for Akamai: Property Manager API — Bulk search. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.'
    resources:
    - path: /v1/bulk/rules-search-requests
      name: bulk-rules-search-requests
      description: REST surface for bulk-rules-search-requests.
      operations:
      - method: POST
        name: postbulksearch
        description: Akamai Bulk Search a Set of Properties or Includes
        call: papi-bulk-search.postbulksearch
        with:
          PAPI-Use-Prefixes: rest.PAPI-Use-Prefixes
          contractId: rest.contractId
          groupId: rest.groupId
          accountSwitchKey: rest.accountSwitchKey
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/bulk/rules-search-requests-synch
      name: bulk-rules-search-requests-synch
      description: REST surface for bulk-rules-search-requests-synch.
      operations:
      - method: POST
        name: postbulksearchsynch
        description: Akamai Synchronously Bulk Search a Set of Properties or Includes
        call: papi-bulk-search.postbulksearchsynch
        with:
          PAPI-Use-Prefixes: rest.PAPI-Use-Prefixes
          contractId: rest.contractId
          groupId: rest.groupId
          accountSwitchKey: rest.accountSwitchKey
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/bulk/rules-search-requests/{bulksearchid}
      name: bulk-rules-search-requests-bulksearchid
      description: REST surface for bulk-rules-search-requests-bulkSearchId.
      operations:
      - method: GET
        name: getbulksearch
        description: Akamai List Bulk Search Results
        call: papi-bulk-search.getbulksearch
        with:
          PAPI-Use-Prefixes: rest.PAPI-Use-Prefixes
          contractId: rest.contractId
          groupId: rest.groupId
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: papi-bulk-search-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Akamai: Property Manager API — Bulk search. One tool per consumed operation, routed inline
      through this capability''s consumes block.'
    tools:
    - name: akamai-bulk-search-set-properties
      description: Akamai Bulk Search a Set of Properties or Includes
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: papi-bulk-search.postbulksearch
      with:
        PAPI-Use-Prefixes: tools.PAPI-Use-Prefixes
        contractId: tools.contractId
        groupId: tools.groupId
        accountSwitchKey: tools.accountSwitchKey
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-synchronously-bulk-search-set
      description: Akamai Synchronously Bulk Search a Set of Properties or Includes
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: papi-bulk-search.postbulksearchsynch
      with:
        PAPI-Use-Prefixes: tools.PAPI-Use-Prefixes
        contractId: tools.contractId
        groupId: tools.groupId
        accountSwitchKey: tools.accountSwitchKey
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-list-bulk-search-results
      description: Akamai List Bulk Search Results
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: papi-bulk-search.getbulksearch
      with:
        PAPI-Use-Prefixes: tools.PAPI-Use-Prefixes
        contractId: tools.contractId
        groupId: tools.groupId
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.