WSO2 · Capability

WSO2 API Manager - Admin — APIs

WSO2 API Manager - Admin — APIs. 1 operations. Lead operation: Retrieve/Search APIs. Self-contained Naftiko capability covering one Wso2 business surface.

Run with Naftiko Wso2APIs

What You Can Do

GET
Getallapis — Retrieve/Search APIs
/v1/apis

MCP Tools

retrieve-search-apis

Retrieve/Search APIs

read-only idempotent

Capability Spec

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