Amazon EBS · Capability

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

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

Run with Naftiko Amazon Ebs#DescribeSnapshots

What You Can Do

GET
Describesnapshots — Amazon EBS Describe Snapshots
/v1/describesnapshots

MCP Tools

amazon-ebs-describe-snapshots

Amazon EBS Describe Snapshots

read-only idempotent

Capability Spec

amazon-ebs-describesnapshots.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Amazon EBS Amazon Elastic Block Store (EBS) API — #DescribeSnapshots'
  description: 'Amazon EBS Amazon Elastic Block Store (EBS) API — #DescribeSnapshots. 1 operations. Lead operation: Amazon
    EBS Describe Snapshots. Self-contained Naftiko capability covering one Amazon Ebs business surface.'
  tags:
  - Amazon Ebs
  - '#DescribeSnapshots'
  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-describesnapshots
    baseUri: https://ec2.amazonaws.com
    description: 'Amazon EBS Amazon Elastic Block Store (EBS) API — #DescribeSnapshots business capability. Self-contained,
      no shared references.'
    resources:
    - name: '#DescribeSnapshots'
      path: /#DescribeSnapshots
      operations:
      - name: describesnapshots
        method: GET
        description: Amazon EBS Describe Snapshots
        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: SnapshotId
          in: query
          type: array
          description: The snapshot IDs to describe.
        - name: MaxResults
          in: query
          type: integer
          description: The maximum number of snapshots to return.
        - name: NextToken
          in: query
          type: string
          description: The token for the next set of results.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.AMAZON_EBS_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-ebs-describesnapshots-rest
    port: 8080
    description: 'REST adapter for Amazon EBS Amazon Elastic Block Store (EBS) API — #DescribeSnapshots. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/describesnapshots
      name: describesnapshots
      description: 'REST surface for #DescribeSnapshots.'
      operations:
      - method: GET
        name: describesnapshots
        description: Amazon EBS Describe Snapshots
        call: amazon-ebs-describesnapshots.describesnapshots
        with:
          Action: rest.Action
          Version: rest.Version
          SnapshotId: rest.SnapshotId
          MaxResults: rest.MaxResults
          NextToken: rest.NextToken
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-ebs-describesnapshots-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Amazon EBS Amazon Elastic Block Store (EBS) API — #DescribeSnapshots. One tool per consumed
      operation, routed inline through this capability''s consumes block.'
    tools:
    - name: amazon-ebs-describe-snapshots
      description: Amazon EBS Describe Snapshots
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: amazon-ebs-describesnapshots.describesnapshots
      with:
        Action: tools.Action
        Version: tools.Version
        SnapshotId: tools.SnapshotId
        MaxResults: tools.MaxResults
        NextToken: tools.NextToken
      outputParameters:
      - type: object
        mapping: $.