WSO2 · Capability

WSO2 API Manager - Developer Portal — Topics

WSO2 API Manager - Developer Portal — Topics. 1 operations. Lead operation: Get a list of available topics for a given async API. Self-contained Naftiko capability covering one Wso2 business surface.

Run with Naftiko Wso2Topics

What You Can Do

GET
Get — Get a list of available topics for a given async API
/v1/apis/{apiid}/topics

MCP Tools

get-list-available-topics-given

Get a list of available topics for a given async API

read-only idempotent

Capability Spec

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