WSO2 · Capability

WSO2 API Manager - Developer Portal — Unified Search

WSO2 API Manager - Developer Portal — Unified Search. 1 operations. Lead operation: Retrieve/Search APIs and API Documents by Content. Self-contained Naftiko capability covering one Wso2 business surface.

Run with Naftiko Wso2Unified Search

What You Can Do

GET
Get — Retrieve/Search APIs and API Documents by Content
/v1/search

MCP Tools

retrieve-search-apis-and-api

Retrieve/Search APIs and API Documents by Content

read-only idempotent

Capability Spec

devportal-unified-search.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: WSO2 API Manager - Developer Portal — Unified Search
  description: 'WSO2 API Manager - Developer Portal — Unified Search. 1 operations. Lead operation: Retrieve/Search APIs and
    API Documents by Content. Self-contained Naftiko capability covering one Wso2 business surface.'
  tags:
  - Wso2
  - Unified Search
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WSO2_API_KEY: WSO2_API_KEY
capability:
  consumes:
  - type: http
    namespace: devportal-unified-search
    baseUri: https://apis.wso2.com/api/am/devportal/v3
    description: WSO2 API Manager - Developer Portal — Unified Search business capability. Self-contained, no shared references.
    resources:
    - name: search
      path: /search
      operations:
      - name: get
        method: GET
        description: Retrieve/Search APIs and API Documents by Content
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: query
          in: query
          type: string
          description: '**Search**.'
    authentication:
      type: bearer
      token: '{{env.WSO2_API_KEY}}'
  exposes:
  - type: rest
    namespace: devportal-unified-search-rest
    port: 8080
    description: REST adapter for WSO2 API Manager - Developer Portal — Unified Search. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/search
      name: search
      description: REST surface for search.
      operations:
      - method: GET
        name: get
        description: Retrieve/Search APIs and API Documents by Content
        call: devportal-unified-search.get
        with:
          query: rest.query
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: devportal-unified-search-mcp
    port: 9090
    transport: http
    description: MCP adapter for WSO2 API Manager - Developer Portal — Unified Search. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: retrieve-search-apis-and-api
      description: Retrieve/Search APIs and API Documents by Content
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devportal-unified-search.get
      with:
        query: tools.query
      outputParameters:
      - type: object
        mapping: $.