Amazon Resource Explorer · Capability

Amazon Resource Explorer API — Index

Amazon Resource Explorer API — Index. 4 operations. Lead operation: Create Index. Self-contained Naftiko capability covering one Amazon Resource Explorer business surface.

Run with Naftiko Amazon Resource ExplorerIndex

What You Can Do

POST
Createindex — Create Index
/v1/createindex
POST
Deleteindex — Delete Index
/v1/deleteindex
POST
Getindex — Get Index
/v1/getindex
POST
Listindexes — List Indexes
/v1/listindexes

MCP Tools

create-index

Create Index

delete-index

Delete Index

get-index

Get Index

read-only
list-indexes

List Indexes

read-only

Capability Spec

amazon-resource-explorer-index.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon Resource Explorer API — Index
  description: 'Amazon Resource Explorer API — Index. 4 operations. Lead operation: Create Index. Self-contained Naftiko capability
    covering one Amazon Resource Explorer business surface.'
  tags:
  - Amazon Resource Explorer
  - Index
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_RESOURCE_EXPLORER_API_KEY: AMAZON_RESOURCE_EXPLORER_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-resource-explorer-index
    baseUri: https://resource-explorer-2.{region}.amazonaws.com
    description: Amazon Resource Explorer API — Index business capability. Self-contained, no shared references.
    resources:
    - name: CreateIndex
      path: /CreateIndex
      operations:
      - name: createindex
        method: POST
        description: Create Index
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: DeleteIndex
      path: /DeleteIndex
      operations:
      - name: deleteindex
        method: POST
        description: Delete Index
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: GetIndex
      path: /GetIndex
      operations:
      - name: getindex
        method: POST
        description: Get Index
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: ListIndexes
      path: /ListIndexes
      operations:
      - name: listindexes
        method: POST
        description: List Indexes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.AMAZON_RESOURCE_EXPLORER_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-resource-explorer-index-rest
    port: 8080
    description: REST adapter for Amazon Resource Explorer API — Index. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/createindex
      name: createindex
      description: REST surface for CreateIndex.
      operations:
      - method: POST
        name: createindex
        description: Create Index
        call: amazon-resource-explorer-index.createindex
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/deleteindex
      name: deleteindex
      description: REST surface for DeleteIndex.
      operations:
      - method: POST
        name: deleteindex
        description: Delete Index
        call: amazon-resource-explorer-index.deleteindex
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/getindex
      name: getindex
      description: REST surface for GetIndex.
      operations:
      - method: POST
        name: getindex
        description: Get Index
        call: amazon-resource-explorer-index.getindex
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/listindexes
      name: listindexes
      description: REST surface for ListIndexes.
      operations:
      - method: POST
        name: listindexes
        description: List Indexes
        call: amazon-resource-explorer-index.listindexes
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-resource-explorer-index-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon Resource Explorer API — Index. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: create-index
      description: Create Index
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-resource-explorer-index.createindex
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-index
      description: Delete Index
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-resource-explorer-index.deleteindex
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-index
      description: Get Index
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: amazon-resource-explorer-index.getindex
      outputParameters:
      - type: object
        mapping: $.
    - name: list-indexes
      description: List Indexes
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: amazon-resource-explorer-index.listindexes
      outputParameters:
      - type: object
        mapping: $.