Amazon DataSync · Capability

Amazon DataSync REST API — #CreateAgent

Amazon DataSync REST API — #CreateAgent. 1 operations. Lead operation: Amazon DataSync Create Agent. Self-contained Naftiko capability covering one Amazon Datasync business surface.

Run with Naftiko Amazon Datasync#CreateAgent

What You Can Do

POST
Createagent — Amazon DataSync Create Agent
/v1/createagent

MCP Tools

amazon-datasync-create-agent

Amazon DataSync Create Agent

Capability Spec

amazon-datasync-createagent.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Amazon DataSync REST API — #CreateAgent'
  description: 'Amazon DataSync REST API — #CreateAgent. 1 operations. Lead operation: Amazon DataSync Create Agent. Self-contained
    Naftiko capability covering one Amazon Datasync business surface.'
  tags:
  - Amazon Datasync
  - '#CreateAgent'
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_DATASYNC_API_KEY: AMAZON_DATASYNC_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-datasync-createagent
    baseUri: https://datasync.{region}.amazonaws.com
    description: 'Amazon DataSync REST API — #CreateAgent business capability. Self-contained, no shared references.'
    resources:
    - name: '#CreateAgent'
      path: /#CreateAgent
      operations:
      - name: createagent
        method: POST
        description: Amazon DataSync Create Agent
        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_DATASYNC_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-datasync-createagent-rest
    port: 8080
    description: 'REST adapter for Amazon DataSync REST API — #CreateAgent. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.'
    resources:
    - path: /v1/createagent
      name: createagent
      description: 'REST surface for #CreateAgent.'
      operations:
      - method: POST
        name: createagent
        description: Amazon DataSync Create Agent
        call: amazon-datasync-createagent.createagent
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-datasync-createagent-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Amazon DataSync REST API — #CreateAgent. One tool per consumed operation, routed inline
      through this capability''s consumes block.'
    tools:
    - name: amazon-datasync-create-agent
      description: Amazon DataSync Create Agent
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-datasync-createagent.createagent
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.