Amazon Shield · Capability

Amazon Shield REST API — #DescribeSubscription

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

Run with Naftiko Amazon Shield#DescribeSubscription

What You Can Do

POST
Describesubscription — Amazon Shield Describe Subscription
/v1/describesubscription

MCP Tools

amazon-shield-describe-subscription

Amazon Shield Describe Subscription

Capability Spec

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