WSO2 · Capability

WSO2 API Manager - Admin — Application

WSO2 API Manager - Admin — Application. 2 operations. Lead operation: Change Application Owner. Self-contained Naftiko capability covering one Wso2 business surface.

Run with Naftiko Wso2Application

What You Can Do

POST
Post — Change Application Owner
/v1/applications/{applicationid}/change-owner
POST
Updateapplicationsettings — Update Application Settings
/v1/applications/{applicationid}/change-settings

MCP Tools

change-application-owner

Change Application Owner

update-application-settings

Update Application Settings

Capability Spec

admin-application.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: WSO2 API Manager - Admin — Application
  description: 'WSO2 API Manager - Admin — Application. 2 operations. Lead operation: Change Application Owner. Self-contained
    Naftiko capability covering one Wso2 business surface.'
  tags:
  - Wso2
  - Application
  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
    baseUri: https://apis.wso2.com/api/am/admin/v4
    description: WSO2 API Manager - Admin — Application business capability. Self-contained, no shared references.
    resources:
    - name: applications-applicationId-change-owner
      path: /applications/{applicationId}/change-owner
      operations:
      - name: post
        method: POST
        description: Change Application Owner
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: owner
          in: query
          type: string
          required: true
    - name: applications-applicationId-change-settings
      path: /applications/{applicationId}/change-settings
      operations:
      - name: updateapplicationsettings
        method: POST
        description: Update Application Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.WSO2_API_KEY}}'
  exposes:
  - type: rest
    namespace: admin-application-rest
    port: 8080
    description: REST adapter for WSO2 API Manager - Admin — Application. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/applications/{applicationid}/change-owner
      name: applications-applicationid-change-owner
      description: REST surface for applications-applicationId-change-owner.
      operations:
      - method: POST
        name: post
        description: Change Application Owner
        call: admin-application.post
        with:
          owner: rest.owner
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{applicationid}/change-settings
      name: applications-applicationid-change-settings
      description: REST surface for applications-applicationId-change-settings.
      operations:
      - method: POST
        name: updateapplicationsettings
        description: Update Application Settings
        call: admin-application.updateapplicationsettings
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: admin-application-mcp
    port: 9090
    transport: http
    description: MCP adapter for WSO2 API Manager - Admin — Application. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: change-application-owner
      description: Change Application Owner
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: admin-application.post
      with:
        owner: tools.owner
      outputParameters:
      - type: object
        mapping: $.
    - name: update-application-settings
      description: Update Application Settings
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: admin-application.updateapplicationsettings
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.