Amazon Data Pipeline · Capability

AWS Data Pipeline API — Tags

AWS Data Pipeline API — Tags. 2 operations. Lead operation: Add Tags. Self-contained Naftiko capability covering one Amazon Data Pipeline business surface.

Run with Naftiko Amazon Data PipelineTags

What You Can Do

POST
Addtags — Add Tags
/v1/action-addtags
POST
Removetags — Remove Tags
/v1/action-removetags

MCP Tools

add-tags

Add Tags

remove-tags

Remove Tags

Capability Spec

amazon-data-pipeline-tags.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: AWS Data Pipeline API — Tags
  description: 'AWS Data Pipeline API — Tags. 2 operations. Lead operation: Add Tags. Self-contained Naftiko capability covering
    one Amazon Data Pipeline business surface.'
  tags:
  - Amazon Data Pipeline
  - Tags
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_DATA_PIPELINE_API_KEY: AMAZON_DATA_PIPELINE_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-data-pipeline-tags
    baseUri: https://datapipeline.amazonaws.com
    description: AWS Data Pipeline API — Tags business capability. Self-contained, no shared references.
    resources:
    - name: ?Action=AddTags
      path: /?Action=AddTags
      operations:
      - name: addtags
        method: POST
        description: Add Tags
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: ?Action=RemoveTags
      path: /?Action=RemoveTags
      operations:
      - name: removetags
        method: POST
        description: Remove Tags
        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_DATA_PIPELINE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-data-pipeline-tags-rest
    port: 8080
    description: REST adapter for AWS Data Pipeline API — Tags. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/action-addtags
      name: action-addtags
      description: REST surface for ?Action=AddTags.
      operations:
      - method: POST
        name: addtags
        description: Add Tags
        call: amazon-data-pipeline-tags.addtags
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/action-removetags
      name: action-removetags
      description: REST surface for ?Action=RemoveTags.
      operations:
      - method: POST
        name: removetags
        description: Remove Tags
        call: amazon-data-pipeline-tags.removetags
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-data-pipeline-tags-mcp
    port: 9090
    transport: http
    description: MCP adapter for AWS Data Pipeline API — Tags. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: add-tags
      description: Add Tags
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-data-pipeline-tags.addtags
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: remove-tags
      description: Remove Tags
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-data-pipeline-tags.removetags
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.