Amazon Resource Explorer · Capability

Amazon Resource Explorer API — Search

Amazon Resource Explorer API — Search. 1 operations. Lead operation: Search Resources. Self-contained Naftiko capability covering one Amazon Resource Explorer business surface.

Run with Naftiko Amazon Resource ExplorerSearch

What You Can Do

POST
Search — Search Resources
/v1/search

MCP Tools

search-resources

Search Resources

read-only

Capability Spec

amazon-resource-explorer-search.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon Resource Explorer API — Search
  description: 'Amazon Resource Explorer API — Search. 1 operations. Lead operation: Search Resources. Self-contained Naftiko
    capability covering one Amazon Resource Explorer business surface.'
  tags:
  - Amazon Resource Explorer
  - Search
  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-search
    baseUri: https://resource-explorer-2.{region}.amazonaws.com
    description: Amazon Resource Explorer API — Search business capability. Self-contained, no shared references.
    resources:
    - name: Search
      path: /Search
      operations:
      - name: search
        method: POST
        description: Search Resources
        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_RESOURCE_EXPLORER_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-resource-explorer-search-rest
    port: 8080
    description: REST adapter for Amazon Resource Explorer API — Search. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/search
      name: search
      description: REST surface for Search.
      operations:
      - method: POST
        name: search
        description: Search Resources
        call: amazon-resource-explorer-search.search
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-resource-explorer-search-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon Resource Explorer API — Search. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: search-resources
      description: Search Resources
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: amazon-resource-explorer-search.search
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.