Amazon Systems Manager · Capability

Amazon Systems Manager — Run Command

Amazon Systems Manager — Run Command. 2 operations. Lead operation: Amazon Systems Manager Send Command. Self-contained Naftiko capability covering one Amazon Systems Manager business surface.

Run with Naftiko Amazon Systems ManagerRun Command

What You Can Do

POST
Sendcommand — Amazon Systems Manager Send Command
/v1
POST
Listcommands — Amazon Systems Manager List Commands
/v1/listcommands

MCP Tools

amazon-systems-manager-send-command

Amazon Systems Manager Send Command

amazon-systems-manager-list-commands

Amazon Systems Manager List Commands

read-only

Capability Spec

amazon-systems-manager-run-command.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon Systems Manager — Run Command
  description: 'Amazon Systems Manager — Run Command. 2 operations. Lead operation: Amazon Systems Manager Send Command. Self-contained
    Naftiko capability covering one Amazon Systems Manager business surface.'
  tags:
  - Amazon Systems Manager
  - Run Command
  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-run-command
    baseUri: https://ssm.amazonaws.com
    description: Amazon Systems Manager — Run Command business capability. Self-contained, no shared references.
    resources:
    - name: root
      path: /
      operations:
      - name: sendcommand
        method: POST
        description: Amazon Systems Manager Send Command
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: '#ListCommands'
      path: /#ListCommands
      operations:
      - name: listcommands
        method: POST
        description: Amazon Systems Manager List Commands
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: amazon-systems-manager-run-command-rest
    port: 8080
    description: REST adapter for Amazon Systems Manager — Run Command. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1
      name: root
      description: REST surface for root.
      operations:
      - method: POST
        name: sendcommand
        description: Amazon Systems Manager Send Command
        call: amazon-systems-manager-run-command.sendcommand
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/listcommands
      name: listcommands
      description: 'REST surface for #ListCommands.'
      operations:
      - method: POST
        name: listcommands
        description: Amazon Systems Manager List Commands
        call: amazon-systems-manager-run-command.listcommands
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-systems-manager-run-command-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon Systems Manager — Run Command. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: amazon-systems-manager-send-command
      description: Amazon Systems Manager Send Command
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-systems-manager-run-command.sendcommand
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-systems-manager-list-commands
      description: Amazon Systems Manager List Commands
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: amazon-systems-manager-run-command.listcommands
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.