Akamai API Security · Capability

Akamai: Application Security API — Malware policy actions

Akamai: Application Security API — Malware policy actions. 2 operations. Lead operation: Akamai API Security List Malware Policy Actions. Self-contained Naftiko capability covering one Akamai Api Security business surface.

Run with Naftiko Akamai Api SecurityMalware policy actions

What You Can Do

GET
Getmalwarepoliciesactions — Akamai API Security List Malware Policy Actions
/v1/configs/{configid}/versions/{versionnumber}/security-policies/{policyid}/malware-policies
PUT
Putmalwarepolicyaction — Akamai API Security Modify a Malware Policy Action
/v1/configs/{configid}/versions/{versionnumber}/security-policies/{policyid}/malware-policies/{malwarepolicyid}

MCP Tools

akamai-api-security-list-malware

Akamai API Security List Malware Policy Actions

read-only idempotent
akamai-api-security-modify-malware

Akamai API Security Modify a Malware Policy Action

idempotent

Capability Spec

akamai-api-security-malware-policy-actions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Akamai: Application Security API — Malware policy actions'
  description: 'Akamai: Application Security API — Malware policy actions. 2 operations. Lead operation: Akamai API Security
    List Malware Policy Actions. Self-contained Naftiko capability covering one Akamai Api Security business surface.'
  tags:
  - Akamai Api Security
  - Malware policy actions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AKAMAI_API_SECURITY_API_KEY: AKAMAI_API_SECURITY_API_KEY
capability:
  consumes:
  - type: http
    namespace: akamai-api-security-malware-policy-actions
    baseUri: https://{hostname}/appsec/v1
    description: 'Akamai: Application Security API — Malware policy actions business capability. Self-contained, no shared
      references.'
    resources:
    - name: configs-configId-versions-versionNumber-security-policies-policyId-malware-polic
      path: /configs/{configId}/versions/{versionNumber}/security-policies/{policyId}/malware-policies
      operations:
      - name: getmalwarepoliciesactions
        method: GET
        description: Akamai API Security List Malware Policy Actions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - 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: configs-configId-versions-versionNumber-security-policies-policyId-malware-polic
      path: /configs/{configId}/versions/{versionNumber}/security-policies/{policyId}/malware-policies/{malwarePolicyId}
      operations:
      - name: putmalwarepolicyaction
        method: PUT
        description: Akamai API Security Modify a Malware Policy Action
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - 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: akamai-api-security-malware-policy-actions-rest
    port: 8080
    description: 'REST adapter for Akamai: Application Security API — Malware policy actions. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/configs/{configid}/versions/{versionnumber}/security-policies/{policyid}/malware-policies
      name: configs-configid-versions-versionnumber-security-policies-policyid-malware-polic
      description: REST surface for configs-configId-versions-versionNumber-security-policies-policyId-malware-polic.
      operations:
      - method: GET
        name: getmalwarepoliciesactions
        description: Akamai API Security List Malware Policy Actions
        call: akamai-api-security-malware-policy-actions.getmalwarepoliciesactions
        with:
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/configs/{configid}/versions/{versionnumber}/security-policies/{policyid}/malware-policies/{malwarepolicyid}
      name: configs-configid-versions-versionnumber-security-policies-policyid-malware-polic
      description: REST surface for configs-configId-versions-versionNumber-security-policies-policyId-malware-polic.
      operations:
      - method: PUT
        name: putmalwarepolicyaction
        description: Akamai API Security Modify a Malware Policy Action
        call: akamai-api-security-malware-policy-actions.putmalwarepolicyaction
        with:
          accountSwitchKey: rest.accountSwitchKey
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: akamai-api-security-malware-policy-actions-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Akamai: Application Security API — Malware policy actions. One tool per consumed operation,
      routed inline through this capability''s consumes block.'
    tools:
    - name: akamai-api-security-list-malware
      description: Akamai API Security List Malware Policy Actions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: akamai-api-security-malware-policy-actions.getmalwarepoliciesactions
      with:
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-api-security-modify-malware
      description: Akamai API Security Modify a Malware Policy Action
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: akamai-api-security-malware-policy-actions.putmalwarepolicyaction
      with:
        accountSwitchKey: tools.accountSwitchKey
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.