WSO2 · Capability

WSO2 API Manager - Admin — Applications

WSO2 API Manager - Admin — Applications. 2 operations. Lead operation: Get the details of an Application. Self-contained Naftiko capability covering one Wso2 business surface.

Run with Naftiko Wso2Applications

What You Can Do

GET
Get — Get the details of an Application
/v1/applications/{applicationid}
DELETE
Delete — Delete an Application
/v1/applications/{applicationid}

MCP Tools

get-details-application

Get the details of an Application

read-only idempotent
delete-application

Delete an Application

idempotent

Capability Spec

admin-applications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: WSO2 API Manager - Admin — Applications
  description: 'WSO2 API Manager - Admin — Applications. 2 operations. Lead operation: Get the details of an Application.
    Self-contained Naftiko capability covering one Wso2 business surface.'
  tags:
  - Wso2
  - Applications
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WSO2_API_KEY: WSO2_API_KEY
capability:
  consumes:
  - type: http
    namespace: admin-applications
    baseUri: https://apis.wso2.com/api/am/admin/v4
    description: WSO2 API Manager - Admin — Applications business capability. Self-contained, no shared references.
    resources:
    - name: applications-applicationId
      path: /applications/{applicationId}
      operations:
      - name: get
        method: GET
        description: Get the details of an Application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: delete
        method: DELETE
        description: Delete an Application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.WSO2_API_KEY}}'
  exposes:
  - type: rest
    namespace: admin-applications-rest
    port: 8080
    description: REST adapter for WSO2 API Manager - Admin — Applications. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/applications/{applicationid}
      name: applications-applicationid
      description: REST surface for applications-applicationId.
      operations:
      - method: GET
        name: get
        description: Get the details of an Application
        call: admin-applications.get
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Delete an Application
        call: admin-applications.delete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: admin-applications-mcp
    port: 9090
    transport: http
    description: MCP adapter for WSO2 API Manager - Admin — Applications. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-details-application
      description: Get the details of an Application
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-applications.get
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-application
      description: Delete an Application
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: admin-applications.delete
      outputParameters:
      - type: object
        mapping: $.