WSO2 · Capability

WSO2 API Manager - Gateway — Get Application Info

WSO2 API Manager - Gateway — Get Application Info. 1 operations. Lead operation: Get the applications information by providing the application name or uuid.. Self-contained Naftiko capability covering one Wso2 business surface.

Run with Naftiko Wso2Get Application Info

What You Can Do

GET
Get — Get the applications information by providing the application name or uuid.
/v1/applications

MCP Tools

get-applications-information-providing-application

Get the applications information by providing the application name or uuid.

read-only idempotent

Capability Spec

gateway-get-application-info.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: WSO2 API Manager - Gateway — Get Application Info
  description: 'WSO2 API Manager - Gateway — Get Application Info. 1 operations. Lead operation: Get the applications information
    by providing the application name or uuid.. Self-contained Naftiko capability covering one Wso2 business surface.'
  tags:
  - Wso2
  - Get Application Info
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WSO2_API_KEY: WSO2_API_KEY
capability:
  consumes:
  - type: http
    namespace: gateway-get-application-info
    baseUri: https://apis.wso2.com/api/am/gateway/v2
    description: WSO2 API Manager - Gateway — Get Application Info business capability. Self-contained, no shared references.
    resources:
    - name: applications
      path: /applications
      operations:
      - name: get
        method: GET
        description: Get the applications information by providing the application name or uuid.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: query
          type: string
          description: Name of the Application
        - name: uuid
          in: query
          type: string
          description: UUID of the Application
        - name: tenantDomain
          in: query
          type: string
          description: Tenant Domain of the Application
  exposes:
  - type: rest
    namespace: gateway-get-application-info-rest
    port: 8080
    description: REST adapter for WSO2 API Manager - Gateway — Get Application Info. 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: Get the applications information by providing the application name or uuid.
        call: gateway-get-application-info.get
        with:
          name: rest.name
          uuid: rest.uuid
          tenantDomain: rest.tenantDomain
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: gateway-get-application-info-mcp
    port: 9090
    transport: http
    description: MCP adapter for WSO2 API Manager - Gateway — Get Application Info. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: get-applications-information-providing-application
      description: Get the applications information by providing the application name or uuid.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: gateway-get-application-info.get
      with:
        name: tools.name
        uuid: tools.uuid
        tenantDomain: tools.tenantDomain
      outputParameters:
      - type: object
        mapping: $.