Amazon Kinesis · Capability

Amazon Kinesis Data Streams API

Amazon Kinesis Data Streams API. 3 operations. Lead operation: Amazon Kinesis Add or update tags for a stream. Self-contained Naftiko capability covering one Amazon Kinesis business surface.

Run with Naftiko Amazon Kinesis

What You Can Do

POST
Addtagstostream — Amazon Kinesis Add or update tags for a stream
/v1/x-amz-target-kinesis-20131202-addtagstostream
POST
Listtagsforstream — Amazon Kinesis List tags for a stream
/v1/x-amz-target-kinesis-20131202-listtagsforstream
POST
Removetagsfromstream — Amazon Kinesis Remove tags from a stream
/v1/x-amz-target-kinesis-20131202-removetagsfromstream

MCP Tools

amazon-kinesis-add-update-tags

Amazon Kinesis Add or update tags for a stream

amazon-kinesis-list-tags-stream

Amazon Kinesis List tags for a stream

read-only
amazon-kinesis-remove-tags-stream

Amazon Kinesis Remove tags from a stream

Capability Spec

data-streams-general.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon Kinesis Data Streams API
  description: 'Amazon Kinesis Data Streams API. 3 operations. Lead operation: Amazon Kinesis Add or update tags for a stream.
    Self-contained Naftiko capability covering one Amazon Kinesis business surface.'
  tags:
  - Amazon Kinesis
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_KINESIS_API_KEY: AMAZON_KINESIS_API_KEY
capability:
  consumes:
  - type: http
    namespace: data-streams-general
    baseUri: https://kinesis.{region}.amazonaws.com
    description: Amazon Kinesis Data Streams API business capability. Self-contained, no shared references.
    resources:
    - name: '#X-Amz-Target=Kinesis_20131202.AddTagsToStream'
      path: /#X-Amz-Target=Kinesis_20131202.AddTagsToStream
      operations:
      - name: addtagstostream
        method: POST
        description: Amazon Kinesis Add or update tags for a stream
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: '#X-Amz-Target=Kinesis_20131202.ListTagsForStream'
      path: /#X-Amz-Target=Kinesis_20131202.ListTagsForStream
      operations:
      - name: listtagsforstream
        method: POST
        description: Amazon Kinesis List tags for a stream
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: '#X-Amz-Target=Kinesis_20131202.RemoveTagsFromStream'
      path: /#X-Amz-Target=Kinesis_20131202.RemoveTagsFromStream
      operations:
      - name: removetagsfromstream
        method: POST
        description: Amazon Kinesis Remove tags from a stream
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.AMAZON_KINESIS_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: data-streams-general-rest
    port: 8080
    description: REST adapter for Amazon Kinesis Data Streams API. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/x-amz-target-kinesis-20131202-addtagstostream
      name: x-amz-target-kinesis-20131202-addtagstostream
      description: 'REST surface for #X-Amz-Target=Kinesis_20131202.AddTagsToStream.'
      operations:
      - method: POST
        name: addtagstostream
        description: Amazon Kinesis Add or update tags for a stream
        call: data-streams-general.addtagstostream
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/x-amz-target-kinesis-20131202-listtagsforstream
      name: x-amz-target-kinesis-20131202-listtagsforstream
      description: 'REST surface for #X-Amz-Target=Kinesis_20131202.ListTagsForStream.'
      operations:
      - method: POST
        name: listtagsforstream
        description: Amazon Kinesis List tags for a stream
        call: data-streams-general.listtagsforstream
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/x-amz-target-kinesis-20131202-removetagsfromstream
      name: x-amz-target-kinesis-20131202-removetagsfromstream
      description: 'REST surface for #X-Amz-Target=Kinesis_20131202.RemoveTagsFromStream.'
      operations:
      - method: POST
        name: removetagsfromstream
        description: Amazon Kinesis Remove tags from a stream
        call: data-streams-general.removetagsfromstream
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: data-streams-general-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon Kinesis Data Streams API. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: amazon-kinesis-add-update-tags
      description: Amazon Kinesis Add or update tags for a stream
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: data-streams-general.addtagstostream
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-kinesis-list-tags-stream
      description: Amazon Kinesis List tags for a stream
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: data-streams-general.listtagsforstream
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-kinesis-remove-tags-stream
      description: Amazon Kinesis Remove tags from a stream
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: data-streams-general.removetagsfromstream
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.