Amazon Transit Gateway · Capability

Amazon Transit Gateway API — Route Tables

Amazon Transit Gateway API — Route Tables. 1 operations. Lead operation: Amazon Transit Gateway Create a Transit Gateway Route Table. Self-contained Naftiko capability covering one Amazon Transit Gateway business surface.

Run with Naftiko Amazon Transit GatewayRoute Tables

What You Can Do

GET
Createtransitgatewayroutetable — Amazon Transit Gateway Create a Transit Gateway Route Table
/v1/action-createtransitgatewayroutetable

MCP Tools

amazon-transit-gateway-create-transit

Amazon Transit Gateway Create a Transit Gateway Route Table

read-only idempotent

Capability Spec

amazon-transit-gateway-route-tables.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon Transit Gateway API — Route Tables
  description: 'Amazon Transit Gateway API — Route Tables. 1 operations. Lead operation: Amazon Transit Gateway Create a Transit
    Gateway Route Table. Self-contained Naftiko capability covering one Amazon Transit Gateway business surface.'
  tags:
  - Amazon Transit Gateway
  - Route Tables
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_TRANSIT_GATEWAY_API_KEY: AMAZON_TRANSIT_GATEWAY_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-transit-gateway-route-tables
    baseUri: https://ec2.{region}.amazonaws.com
    description: Amazon Transit Gateway API — Route Tables business capability. Self-contained, no shared references.
    resources:
    - name: ?Action=CreateTransitGatewayRouteTable
      path: /?Action=CreateTransitGatewayRouteTable
      operations:
      - name: createtransitgatewayroutetable
        method: GET
        description: Amazon Transit Gateway Create a Transit Gateway Route Table
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Action
          in: query
          type: string
          required: true
        - name: TransitGatewayId
          in: query
          type: string
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.AMAZON_TRANSIT_GATEWAY_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-transit-gateway-route-tables-rest
    port: 8080
    description: REST adapter for Amazon Transit Gateway API — Route Tables. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/action-createtransitgatewayroutetable
      name: action-createtransitgatewayroutetable
      description: REST surface for ?Action=CreateTransitGatewayRouteTable.
      operations:
      - method: GET
        name: createtransitgatewayroutetable
        description: Amazon Transit Gateway Create a Transit Gateway Route Table
        call: amazon-transit-gateway-route-tables.createtransitgatewayroutetable
        with:
          Action: rest.Action
          TransitGatewayId: rest.TransitGatewayId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-transit-gateway-route-tables-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon Transit Gateway API — Route Tables. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: amazon-transit-gateway-create-transit
      description: Amazon Transit Gateway Create a Transit Gateway Route Table
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: amazon-transit-gateway-route-tables.createtransitgatewayroutetable
      with:
        Action: tools.Action
        TransitGatewayId: tools.TransitGatewayId
      outputParameters:
      - type: object
        mapping: $.