Amazon WAF · Capability

Amazon WAF API — Web ACLs

Amazon WAF API — Web ACLs. 3 operations. Lead operation: Amazon WAF Create a Web ACL. Self-contained Naftiko capability covering one Amazon Waf business surface.

Run with Naftiko Amazon WafWeb ACLs

What You Can Do

POST
Createwebacl — Amazon WAF Create a Web ACL
/v1/createwebacl
POST
Getwebacl — Amazon WAF Get a Web ACL
/v1/getwebacl
POST
Listwebacls — Amazon WAF List Web ACLs
/v1/listwebacls

MCP Tools

amazon-waf-create-web-acl

Amazon WAF Create a Web ACL

amazon-waf-get-web-acl

Amazon WAF Get a Web ACL

read-only
amazon-waf-list-web-acls

Amazon WAF List Web ACLs

read-only

Capability Spec

amazon-waf-web-acls.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon WAF API — Web ACLs
  description: 'Amazon WAF API — Web ACLs. 3 operations. Lead operation: Amazon WAF Create a Web ACL. Self-contained Naftiko
    capability covering one Amazon Waf business surface.'
  tags:
  - Amazon Waf
  - Web ACLs
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_WAF_API_KEY: AMAZON_WAF_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-waf-web-acls
    baseUri: https://wafv2.{region}.amazonaws.com
    description: Amazon WAF API — Web ACLs business capability. Self-contained, no shared references.
    resources:
    - name: '#CreateWebACL'
      path: /#CreateWebACL
      operations:
      - name: createwebacl
        method: POST
        description: Amazon WAF Create a Web ACL
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: '#GetWebACL'
      path: /#GetWebACL
      operations:
      - name: getwebacl
        method: POST
        description: Amazon WAF Get a Web ACL
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: '#ListWebACLs'
      path: /#ListWebACLs
      operations:
      - name: listwebacls
        method: POST
        description: Amazon WAF List Web ACLs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.AMAZON_WAF_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-waf-web-acls-rest
    port: 8080
    description: REST adapter for Amazon WAF API — Web ACLs. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/createwebacl
      name: createwebacl
      description: 'REST surface for #CreateWebACL.'
      operations:
      - method: POST
        name: createwebacl
        description: Amazon WAF Create a Web ACL
        call: amazon-waf-web-acls.createwebacl
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/getwebacl
      name: getwebacl
      description: 'REST surface for #GetWebACL.'
      operations:
      - method: POST
        name: getwebacl
        description: Amazon WAF Get a Web ACL
        call: amazon-waf-web-acls.getwebacl
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/listwebacls
      name: listwebacls
      description: 'REST surface for #ListWebACLs.'
      operations:
      - method: POST
        name: listwebacls
        description: Amazon WAF List Web ACLs
        call: amazon-waf-web-acls.listwebacls
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-waf-web-acls-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon WAF API — Web ACLs. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: amazon-waf-create-web-acl
      description: Amazon WAF Create a Web ACL
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-waf-web-acls.createwebacl
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-waf-get-web-acl
      description: Amazon WAF Get a Web ACL
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: amazon-waf-web-acls.getwebacl
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-waf-list-web-acls
      description: Amazon WAF List Web ACLs
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: amazon-waf-web-acls.listwebacls
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.