WSO2 · Capability

WSO2 API Manager - Admin — Application (Collection)

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

Run with Naftiko Wso2Application (Collection)

What You Can Do

GET
Get — Retrieve/Search Applications
/v1/applications

MCP Tools

retrieve-search-applications

Retrieve/Search Applications

read-only idempotent

Capability Spec

admin-application-collection.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: WSO2 API Manager - Admin — Application (Collection)
  description: 'WSO2 API Manager - Admin — Application (Collection). 1 operations. Lead operation: Retrieve/Search Applications.
    Self-contained Naftiko capability covering one Wso2 business surface.'
  tags:
  - Wso2
  - Application (Collection)
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WSO2_API_KEY: WSO2_API_KEY
capability:
  consumes:
  - type: http
    namespace: admin-application-collection
    baseUri: https://apis.wso2.com/api/am/admin/v4
    description: WSO2 API Manager - Admin — Application (Collection) business capability. Self-contained, no shared references.
    resources:
    - name: applications
      path: /applications
      operations:
      - name: get
        method: GET
        description: Retrieve/Search Applications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: query
          type: string
          description: Application Name
        - name: tenantDomain
          in: query
          type: string
          description: Tenant domain of the applications to get. This has to be specified only if it is required to get applications
            of
        - name: sortBy
          in: query
          type: string
        - name: sortOrder
          in: query
          type: string
    authentication:
      type: bearer
      token: '{{env.WSO2_API_KEY}}'
  exposes:
  - type: rest
    namespace: admin-application-collection-rest
    port: 8080
    description: REST adapter for WSO2 API Manager - Admin — Application (Collection). One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/applications
      name: applications
      description: REST surface for applications.
      operations:
      - method: GET
        name: get
        description: Retrieve/Search Applications
        call: admin-application-collection.get
        with:
          name: rest.name
          tenantDomain: rest.tenantDomain
          sortBy: rest.sortBy
          sortOrder: rest.sortOrder
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: admin-application-collection-mcp
    port: 9090
    transport: http
    description: MCP adapter for WSO2 API Manager - Admin — Application (Collection). One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: retrieve-search-applications
      description: Retrieve/Search Applications
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-application-collection.get
      with:
        name: tools.name
        tenantDomain: tools.tenantDomain
        sortBy: tools.sortBy
        sortOrder: tools.sortOrder
      outputParameters:
      - type: object
        mapping: $.