WSO2 · Capability

WSO2 API Manager - Admin — Settings

WSO2 API Manager - Admin — Settings. 1 operations. Lead operation: Retreive Admin Settings. Self-contained Naftiko capability covering one Wso2 business surface.

Run with Naftiko Wso2Settings

What You Can Do

GET
Get — Retreive Admin Settings
/v1/settings

MCP Tools

retreive-admin-settings

Retreive Admin Settings

read-only idempotent

Capability Spec

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