Amazon Systems Manager · Capability

Amazon Systems Manager — Automation

Amazon Systems Manager — Automation. 1 operations. Lead operation: Amazon Systems Manager Start Automation Execution. Self-contained Naftiko capability covering one Amazon Systems Manager business surface.

Run with Naftiko Amazon Systems ManagerAutomation

What You Can Do

POST
Startautomationexecution — Amazon Systems Manager Start Automation Execution
/v1/startautomationexecution

MCP Tools

amazon-systems-manager-start-automation

Amazon Systems Manager Start Automation Execution

Capability Spec

amazon-systems-manager-automation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon Systems Manager — Automation
  description: 'Amazon Systems Manager — Automation. 1 operations. Lead operation: Amazon Systems Manager Start Automation
    Execution. Self-contained Naftiko capability covering one Amazon Systems Manager business surface.'
  tags:
  - Amazon Systems Manager
  - Automation
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_SYSTEMS_MANAGER_API_KEY: AMAZON_SYSTEMS_MANAGER_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-systems-manager-automation
    baseUri: https://ssm.amazonaws.com
    description: Amazon Systems Manager — Automation business capability. Self-contained, no shared references.
    resources:
    - name: '#StartAutomationExecution'
      path: /#StartAutomationExecution
      operations:
      - name: startautomationexecution
        method: POST
        description: Amazon Systems Manager Start Automation Execution
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: amazon-systems-manager-automation-rest
    port: 8080
    description: REST adapter for Amazon Systems Manager — Automation. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/startautomationexecution
      name: startautomationexecution
      description: 'REST surface for #StartAutomationExecution.'
      operations:
      - method: POST
        name: startautomationexecution
        description: Amazon Systems Manager Start Automation Execution
        call: amazon-systems-manager-automation.startautomationexecution
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-systems-manager-automation-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon Systems Manager — Automation. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: amazon-systems-manager-start-automation
      description: Amazon Systems Manager Start Automation Execution
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-systems-manager-automation.startautomationexecution
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.