Amazon Elastic Beanstalk · Capability

Amazon Elastic Beanstalk AWS Elastic Beanstalk API

Amazon Elastic Beanstalk AWS Elastic Beanstalk API. 2 operations. Lead operation: Amazon Elastic Beanstalk Create Application. Self-contained Naftiko capability covering one Amazon Elastic Beanstalk business surface.

Run with Naftiko Amazon Elastic Beanstalk

What You Can Do

POST
Createapplication — Amazon Elastic Beanstalk Create Application
/v1
GET
Describeapplications — Amazon Elastic Beanstalk Describe Applications
/v1

MCP Tools

amazon-elastic-beanstalk-create-application

Amazon Elastic Beanstalk Create Application

amazon-elastic-beanstalk-describe-applications

Amazon Elastic Beanstalk Describe Applications

read-only idempotent

Capability Spec

amazon-elastic-beanstalk-general.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon Elastic Beanstalk AWS Elastic Beanstalk API
  description: 'Amazon Elastic Beanstalk AWS Elastic Beanstalk API. 2 operations. Lead operation: Amazon Elastic Beanstalk
    Create Application. Self-contained Naftiko capability covering one Amazon Elastic Beanstalk business surface.'
  tags:
  - Amazon Elastic Beanstalk
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_ELASTIC_BEANSTALK_API_KEY: AMAZON_ELASTIC_BEANSTALK_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-elastic-beanstalk-general
    baseUri: https://elasticbeanstalk.amazonaws.com
    description: Amazon Elastic Beanstalk AWS Elastic Beanstalk API business capability. Self-contained, no shared references.
    resources:
    - name: root
      path: /
      operations:
      - name: createapplication
        method: POST
        description: Amazon Elastic Beanstalk Create Application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: describeapplications
        method: GET
        description: Amazon Elastic Beanstalk Describe Applications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
        - name: ApplicationNames.member.1
          in: query
          type: string
          description: The name of an application to describe.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.AMAZON_ELASTIC_BEANSTALK_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-elastic-beanstalk-general-rest
    port: 8080
    description: REST adapter for Amazon Elastic Beanstalk AWS Elastic Beanstalk API. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1
      name: root
      description: REST surface for root.
      operations:
      - method: POST
        name: createapplication
        description: Amazon Elastic Beanstalk Create Application
        call: amazon-elastic-beanstalk-general.createapplication
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: describeapplications
        description: Amazon Elastic Beanstalk Describe Applications
        call: amazon-elastic-beanstalk-general.describeapplications
        with:
          Action: rest.Action
          Version: rest.Version
          ApplicationNames.member.1: rest.ApplicationNames.member.1
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-elastic-beanstalk-general-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon Elastic Beanstalk AWS Elastic Beanstalk API. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: amazon-elastic-beanstalk-create-application
      description: Amazon Elastic Beanstalk Create Application
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-elastic-beanstalk-general.createapplication
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-elastic-beanstalk-describe-applications
      description: Amazon Elastic Beanstalk Describe Applications
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: amazon-elastic-beanstalk-general.describeapplications
      with:
        Action: tools.Action
        Version: tools.Version
        ApplicationNames.member.1: tools.ApplicationNames.member.1
      outputParameters:
      - type: object
        mapping: $.