Amazon EBS · Capability

Amazon EBS Amazon Elastic Block Store (EBS) API — #CreateSnapshot

Amazon EBS Amazon Elastic Block Store (EBS) API — #CreateSnapshot. 1 operations. Lead operation: Amazon EBS Create Snapshot. Self-contained Naftiko capability covering one Amazon Ebs business surface.

Run with Naftiko Amazon Ebs#CreateSnapshot

What You Can Do

POST
Createsnapshot — Amazon EBS Create Snapshot
/v1/createsnapshot

MCP Tools

amazon-ebs-create-snapshot

Amazon EBS Create Snapshot

Capability Spec

amazon-ebs-createsnapshot.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Amazon EBS Amazon Elastic Block Store (EBS) API — #CreateSnapshot'
  description: 'Amazon EBS Amazon Elastic Block Store (EBS) API — #CreateSnapshot. 1 operations. Lead operation: Amazon EBS
    Create Snapshot. Self-contained Naftiko capability covering one Amazon Ebs business surface.'
  tags:
  - Amazon Ebs
  - '#CreateSnapshot'
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_EBS_API_KEY: AMAZON_EBS_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-ebs-createsnapshot
    baseUri: https://ec2.amazonaws.com
    description: 'Amazon EBS Amazon Elastic Block Store (EBS) API — #CreateSnapshot business capability. Self-contained, no
      shared references.'
    resources:
    - name: '#CreateSnapshot'
      path: /#CreateSnapshot
      operations:
      - name: createsnapshot
        method: POST
        description: Amazon EBS Create Snapshot
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.AMAZON_EBS_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-ebs-createsnapshot-rest
    port: 8080
    description: 'REST adapter for Amazon EBS Amazon Elastic Block Store (EBS) API — #CreateSnapshot. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/createsnapshot
      name: createsnapshot
      description: 'REST surface for #CreateSnapshot.'
      operations:
      - method: POST
        name: createsnapshot
        description: Amazon EBS Create Snapshot
        call: amazon-ebs-createsnapshot.createsnapshot
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-ebs-createsnapshot-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Amazon EBS Amazon Elastic Block Store (EBS) API — #CreateSnapshot. One tool per consumed
      operation, routed inline through this capability''s consumes block.'
    tools:
    - name: amazon-ebs-create-snapshot
      description: Amazon EBS Create Snapshot
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-ebs-createsnapshot.createsnapshot
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.