WSO2 · Capability

WSO2 API Manager - Developer Portal — Settings

WSO2 API Manager - Developer Portal — Settings. 2 operations. Lead operation: Retreive Developer Portal settings. Self-contained Naftiko capability covering one Wso2 business surface.

Run with Naftiko Wso2Settings

What You Can Do

GET
Get — Retreive Developer Portal settings
/v1/settings
GET
Get — Get All Application Attributes from Configuration
/v1/settings/application-attributes

MCP Tools

retreive-developer-portal-settings

Retreive Developer Portal settings

read-only idempotent
get-all-application-attributes-configuration

Get All Application Attributes from Configuration

read-only idempotent

Capability Spec

devportal-settings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: WSO2 API Manager - Developer Portal — Settings
  description: 'WSO2 API Manager - Developer Portal — Settings. 2 operations. Lead operation: Retreive Developer Portal 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: devportal-settings
    baseUri: https://apis.wso2.com/api/am/devportal/v3
    description: WSO2 API Manager - Developer Portal — Settings business capability. Self-contained, no shared references.
    resources:
    - name: settings
      path: /settings
      operations:
      - name: get
        method: GET
        description: Retreive Developer Portal settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: settings-application-attributes
      path: /settings/application-attributes
      operations:
      - name: get
        method: GET
        description: Get All Application Attributes from Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.WSO2_API_KEY}}'
  exposes:
  - type: rest
    namespace: devportal-settings-rest
    port: 8080
    description: REST adapter for WSO2 API Manager - Developer Portal — 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 Developer Portal settings
        call: devportal-settings.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/settings/application-attributes
      name: settings-application-attributes
      description: REST surface for settings-application-attributes.
      operations:
      - method: GET
        name: get
        description: Get All Application Attributes from Configuration
        call: devportal-settings.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: devportal-settings-mcp
    port: 9090
    transport: http
    description: MCP adapter for WSO2 API Manager - Developer Portal — Settings. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: retreive-developer-portal-settings
      description: Retreive Developer Portal settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devportal-settings.get
      outputParameters:
      - type: object
        mapping: $.
    - name: get-all-application-attributes-configuration
      description: Get All Application Attributes from Configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devportal-settings.get
      outputParameters:
      - type: object
        mapping: $.