Amazon PrivateLink · Capability

Amazon PrivateLink API — VPC Endpoints

Amazon PrivateLink API — VPC Endpoints. 4 operations. Lead operation: Amazon PrivateLink Create VPC Endpoint. Self-contained Naftiko capability covering one Amazon Privatelink business surface.

Run with Naftiko Amazon PrivatelinkVPC Endpoints

What You Can Do

POST
Createvpcendpoint — Amazon PrivateLink Create VPC Endpoint
/v1/action-createvpcendpoint
POST
Deletevpcendpoints — Amazon PrivateLink Delete VPC Endpoints
/v1/action-deletevpcendpoints
GET
Describevpcendpoints — Amazon PrivateLink Describe VPC Endpoints
/v1/action-describevpcendpoints
POST
Modifyvpcendpoint — Amazon PrivateLink Modify VPC Endpoint
/v1/action-modifyvpcendpoint

MCP Tools

amazon-privatelink-create-vpc-endpoint

Amazon PrivateLink Create VPC Endpoint

amazon-privatelink-delete-vpc-endpoints

Amazon PrivateLink Delete VPC Endpoints

amazon-privatelink-describe-vpc-endpoints

Amazon PrivateLink Describe VPC Endpoints

read-only idempotent
amazon-privatelink-modify-vpc-endpoint

Amazon PrivateLink Modify VPC Endpoint

Capability Spec

amazon-privatelink-vpc-endpoints.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon PrivateLink API — VPC Endpoints
  description: 'Amazon PrivateLink API — VPC Endpoints. 4 operations. Lead operation: Amazon PrivateLink Create VPC Endpoint.
    Self-contained Naftiko capability covering one Amazon Privatelink business surface.'
  tags:
  - Amazon Privatelink
  - VPC Endpoints
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_PRIVATELINK_API_KEY: AMAZON_PRIVATELINK_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-privatelink-vpc-endpoints
    baseUri: https://ec2.{region}.amazonaws.com
    description: Amazon PrivateLink API — VPC Endpoints business capability. Self-contained, no shared references.
    resources:
    - name: ?Action=CreateVpcEndpoint
      path: /?Action=CreateVpcEndpoint
      operations:
      - name: createvpcendpoint
        method: POST
        description: Amazon PrivateLink Create VPC Endpoint
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: ?Action=DeleteVpcEndpoints
      path: /?Action=DeleteVpcEndpoints
      operations:
      - name: deletevpcendpoints
        method: POST
        description: Amazon PrivateLink Delete VPC Endpoints
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: ?Action=DescribeVpcEndpoints
      path: /?Action=DescribeVpcEndpoints
      operations:
      - name: describevpcendpoints
        method: GET
        description: Amazon PrivateLink Describe VPC Endpoints
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Filter
          in: query
          type: array
          description: Filters for the endpoint list
        - name: MaxResults
          in: query
          type: integer
          description: Maximum number of results
        - name: NextToken
          in: query
          type: string
          description: Pagination token
    - name: ?Action=ModifyVpcEndpoint
      path: /?Action=ModifyVpcEndpoint
      operations:
      - name: modifyvpcendpoint
        method: POST
        description: Amazon PrivateLink Modify VPC Endpoint
        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_PRIVATELINK_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-privatelink-vpc-endpoints-rest
    port: 8080
    description: REST adapter for Amazon PrivateLink API — VPC Endpoints. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/action-createvpcendpoint
      name: action-createvpcendpoint
      description: REST surface for ?Action=CreateVpcEndpoint.
      operations:
      - method: POST
        name: createvpcendpoint
        description: Amazon PrivateLink Create VPC Endpoint
        call: amazon-privatelink-vpc-endpoints.createvpcendpoint
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/action-deletevpcendpoints
      name: action-deletevpcendpoints
      description: REST surface for ?Action=DeleteVpcEndpoints.
      operations:
      - method: POST
        name: deletevpcendpoints
        description: Amazon PrivateLink Delete VPC Endpoints
        call: amazon-privatelink-vpc-endpoints.deletevpcendpoints
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/action-describevpcendpoints
      name: action-describevpcendpoints
      description: REST surface for ?Action=DescribeVpcEndpoints.
      operations:
      - method: GET
        name: describevpcendpoints
        description: Amazon PrivateLink Describe VPC Endpoints
        call: amazon-privatelink-vpc-endpoints.describevpcendpoints
        with:
          Filter: rest.Filter
          MaxResults: rest.MaxResults
          NextToken: rest.NextToken
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/action-modifyvpcendpoint
      name: action-modifyvpcendpoint
      description: REST surface for ?Action=ModifyVpcEndpoint.
      operations:
      - method: POST
        name: modifyvpcendpoint
        description: Amazon PrivateLink Modify VPC Endpoint
        call: amazon-privatelink-vpc-endpoints.modifyvpcendpoint
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-privatelink-vpc-endpoints-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon PrivateLink API — VPC Endpoints. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: amazon-privatelink-create-vpc-endpoint
      description: Amazon PrivateLink Create VPC Endpoint
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-privatelink-vpc-endpoints.createvpcendpoint
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-privatelink-delete-vpc-endpoints
      description: Amazon PrivateLink Delete VPC Endpoints
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-privatelink-vpc-endpoints.deletevpcendpoints
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-privatelink-describe-vpc-endpoints
      description: Amazon PrivateLink Describe VPC Endpoints
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: amazon-privatelink-vpc-endpoints.describevpcendpoints
      with:
        Filter: tools.Filter
        MaxResults: tools.MaxResults
        NextToken: tools.NextToken
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-privatelink-modify-vpc-endpoint
      description: Amazon PrivateLink Modify VPC Endpoint
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-privatelink-vpc-endpoints.modifyvpcendpoint
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.