Amazon Shield · Capability

Amazon Shield REST API — #DescribeAttack

Amazon Shield REST API — #DescribeAttack. 1 operations. Lead operation: Amazon Shield Describe Attack. Self-contained Naftiko capability covering one Amazon Shield business surface.

Run with Naftiko Amazon Shield#DescribeAttack

What You Can Do

POST
Describeattack — Amazon Shield Describe Attack
/v1/describeattack

MCP Tools

amazon-shield-describe-attack

Amazon Shield Describe Attack

Capability Spec

amazon-shield-describeattack.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Amazon Shield REST API — #DescribeAttack'
  description: 'Amazon Shield REST API — #DescribeAttack. 1 operations. Lead operation: Amazon Shield Describe Attack. Self-contained
    Naftiko capability covering one Amazon Shield business surface.'
  tags:
  - Amazon Shield
  - '#DescribeAttack'
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_SHIELD_API_KEY: AMAZON_SHIELD_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-shield-describeattack
    baseUri: https://shield.us-east-1.amazonaws.com
    description: 'Amazon Shield REST API — #DescribeAttack business capability. Self-contained, no shared references.'
    resources:
    - name: '#DescribeAttack'
      path: /#DescribeAttack
      operations:
      - name: describeattack
        method: POST
        description: Amazon Shield Describe Attack
        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_SHIELD_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-shield-describeattack-rest
    port: 8080
    description: 'REST adapter for Amazon Shield REST API — #DescribeAttack. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.'
    resources:
    - path: /v1/describeattack
      name: describeattack
      description: 'REST surface for #DescribeAttack.'
      operations:
      - method: POST
        name: describeattack
        description: Amazon Shield Describe Attack
        call: amazon-shield-describeattack.describeattack
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-shield-describeattack-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Amazon Shield REST API — #DescribeAttack. One tool per consumed operation, routed inline
      through this capability''s consumes block.'
    tools:
    - name: amazon-shield-describe-attack
      description: Amazon Shield Describe Attack
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-shield-describeattack.describeattack
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.