AWS App Runner · Capability

AWS App Runner API — Connections

AWS App Runner API — Connections. 3 operations. Lead operation: AWS App Runner Create a Connection. Self-contained Naftiko capability covering one Aws App Runner business surface.

Run with Naftiko Aws App RunnerConnections

What You Can Do

POST
Createconnection — AWS App Runner Create a Connection
/v1/createconnection
POST
Deleteconnection — AWS App Runner Delete a Connection
/v1/deleteconnection
POST
Listconnections — AWS App Runner List Connections
/v1/listconnections

MCP Tools

aws-app-runner-create-connection

AWS App Runner Create a Connection

aws-app-runner-delete-connection

AWS App Runner Delete a Connection

aws-app-runner-list-connections

AWS App Runner List Connections

read-only

Capability Spec

aws-app-runner-connections.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: AWS App Runner API — Connections
  description: 'AWS App Runner API — Connections. 3 operations. Lead operation: AWS App Runner Create a Connection. Self-contained
    Naftiko capability covering one Aws App Runner business surface.'
  tags:
  - Aws App Runner
  - Connections
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AWS_APP_RUNNER_API_KEY: AWS_APP_RUNNER_API_KEY
capability:
  consumes:
  - type: http
    namespace: aws-app-runner-connections
    baseUri: https://apprunner.{region}.amazonaws.com
    description: AWS App Runner API — Connections business capability. Self-contained, no shared references.
    resources:
    - name: '#CreateConnection'
      path: /#CreateConnection
      operations:
      - name: createconnection
        method: POST
        description: AWS App Runner Create a Connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: X-Amz-Target
          in: header
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: '#DeleteConnection'
      path: /#DeleteConnection
      operations:
      - name: deleteconnection
        method: POST
        description: AWS App Runner Delete a Connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: X-Amz-Target
          in: header
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: '#ListConnections'
      path: /#ListConnections
      operations:
      - name: listconnections
        method: POST
        description: AWS App Runner List Connections
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: X-Amz-Target
          in: header
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.AWS_APP_RUNNER_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: aws-app-runner-connections-rest
    port: 8080
    description: REST adapter for AWS App Runner API — Connections. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/createconnection
      name: createconnection
      description: 'REST surface for #CreateConnection.'
      operations:
      - method: POST
        name: createconnection
        description: AWS App Runner Create a Connection
        call: aws-app-runner-connections.createconnection
        with:
          X-Amz-Target: rest.X-Amz-Target
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/deleteconnection
      name: deleteconnection
      description: 'REST surface for #DeleteConnection.'
      operations:
      - method: POST
        name: deleteconnection
        description: AWS App Runner Delete a Connection
        call: aws-app-runner-connections.deleteconnection
        with:
          X-Amz-Target: rest.X-Amz-Target
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/listconnections
      name: listconnections
      description: 'REST surface for #ListConnections.'
      operations:
      - method: POST
        name: listconnections
        description: AWS App Runner List Connections
        call: aws-app-runner-connections.listconnections
        with:
          X-Amz-Target: rest.X-Amz-Target
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-app-runner-connections-mcp
    port: 9090
    transport: http
    description: MCP adapter for AWS App Runner API — Connections. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: aws-app-runner-create-connection
      description: AWS App Runner Create a Connection
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-app-runner-connections.createconnection
      with:
        X-Amz-Target: tools.X-Amz-Target
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: aws-app-runner-delete-connection
      description: AWS App Runner Delete a Connection
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-app-runner-connections.deleteconnection
      with:
        X-Amz-Target: tools.X-Amz-Target
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: aws-app-runner-list-connections
      description: AWS App Runner List Connections
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: aws-app-runner-connections.listconnections
      with:
        X-Amz-Target: tools.X-Amz-Target
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.