AWS CloudFormation · Capability

AWS CloudFormation API — Stack Events

AWS CloudFormation API — Stack Events. 1 operations. Lead operation: Retrieve Events for a Stack. Self-contained Naftiko capability covering one Cloudformation business surface.

Run with Naftiko CloudformationStack Events

What You Can Do

POST
Describestackevents — Retrieve Events for a Stack
/v1/action-describestackevents

MCP Tools

retrieve-events-stack

Retrieve Events for a Stack

read-only

Capability Spec

cloudformation-stack-events.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: AWS CloudFormation API — Stack Events
  description: 'AWS CloudFormation API — Stack Events. 1 operations. Lead operation: Retrieve Events for a Stack. Self-contained
    Naftiko capability covering one Cloudformation business surface.'
  tags:
  - Cloudformation
  - Stack Events
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CLOUDFORMATION_API_KEY: CLOUDFORMATION_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloudformation-stack-events
    baseUri: https://cloudformation.{region}.amazonaws.com
    description: AWS CloudFormation API — Stack Events business capability. Self-contained, no shared references.
    resources:
    - name: ?Action=DescribeStackEvents
      path: /?Action=DescribeStackEvents
      operations:
      - name: describestackevents
        method: POST
        description: Retrieve Events for a Stack
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.CLOUDFORMATION_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: cloudformation-stack-events-rest
    port: 8080
    description: REST adapter for AWS CloudFormation API — Stack Events. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/action-describestackevents
      name: action-describestackevents
      description: REST surface for ?Action=DescribeStackEvents.
      operations:
      - method: POST
        name: describestackevents
        description: Retrieve Events for a Stack
        call: cloudformation-stack-events.describestackevents
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudformation-stack-events-mcp
    port: 9090
    transport: http
    description: MCP adapter for AWS CloudFormation API — Stack Events. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: retrieve-events-stack
      description: Retrieve Events for a Stack
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: cloudformation-stack-events.describestackevents
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.