Akamai · Capability

Akamai: Property Manager API — Search

Akamai: Property Manager API — Search. 1 operations. Lead operation: Akamai Search Properties or Includes. Self-contained Naftiko capability covering one Akamai business surface.

Run with Naftiko AkamaiSearch

What You Can Do

POST
Postsearchfindbyvalue — Akamai Search Properties or Includes
/v1/search/find-by-value

MCP Tools

akamai-search-properties-includes

Akamai Search Properties or Includes

read-only

Capability Spec

papi-search.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Akamai: Property Manager API — Search'
  description: 'Akamai: Property Manager API — Search. 1 operations. Lead operation: Akamai Search Properties or Includes.
    Self-contained Naftiko capability covering one Akamai business surface.'
  tags:
  - Akamai
  - 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-search
    baseUri: https://{hostname}/papi/v1
    description: 'Akamai: Property Manager API — Search business capability. Self-contained, no shared references.'
    resources:
    - name: search-find-by-value
      path: /search/find-by-value
      operations:
      - name: postsearchfindbyvalue
        method: POST
        description: Akamai Search 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: 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
  exposes:
  - type: rest
    namespace: papi-search-rest
    port: 8080
    description: 'REST adapter for Akamai: Property Manager API — Search. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.'
    resources:
    - path: /v1/search/find-by-value
      name: search-find-by-value
      description: REST surface for search-find-by-value.
      operations:
      - method: POST
        name: postsearchfindbyvalue
        description: Akamai Search Properties or Includes
        call: papi-search.postsearchfindbyvalue
        with:
          PAPI-Use-Prefixes: rest.PAPI-Use-Prefixes
          accountSwitchKey: rest.accountSwitchKey
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: papi-search-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Akamai: Property Manager API — Search. One tool per consumed operation, routed inline through
      this capability''s consumes block.'
    tools:
    - name: akamai-search-properties-includes
      description: Akamai Search Properties or Includes
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: papi-search.postsearchfindbyvalue
      with:
        PAPI-Use-Prefixes: tools.PAPI-Use-Prefixes
        accountSwitchKey: tools.accountSwitchKey
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.