Adobe Launch · Capability

Adobe Launch Reactor API — Search

Adobe Launch Reactor API — Search. 1 operations. Lead operation: Search Resources. Self-contained Naftiko capability covering one Adobe Launch business surface.

Run with Naftiko Adobe LaunchSearch

What You Can Do

POST
Search — Search Resources
/v1/search

MCP Tools

search-resources

Search Resources

read-only

Capability Spec

reactor-search.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Launch Reactor API — Search
  description: 'Adobe Launch Reactor API — Search. 1 operations. Lead operation: Search Resources. Self-contained Naftiko
    capability covering one Adobe Launch business surface.'
  tags:
  - Adobe Launch
  - Search
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADOBE_LAUNCH_API_KEY: ADOBE_LAUNCH_API_KEY
capability:
  consumes:
  - type: http
    namespace: reactor-search
    baseUri: https://reactor.adobe.io
    description: Adobe Launch Reactor 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: bearer
      token: '{{env.ADOBE_LAUNCH_API_KEY}}'
  exposes:
  - type: rest
    namespace: reactor-search-rest
    port: 8080
    description: REST adapter for Adobe Launch Reactor 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: reactor-search.search
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: reactor-search-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Launch Reactor 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: reactor-search.search
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.