WSO2 · Capability

WSO2 API Manager - Developer Portal — Throttling Policies

WSO2 API Manager - Developer Portal — Throttling Policies. 2 operations. Lead operation: Get All Available Throttling Policies. Self-contained Naftiko capability covering one Wso2 business surface.

Run with Naftiko Wso2Throttling Policies

What You Can Do

GET
Get — Get All Available Throttling Policies
/v1/throttling-policies/{policylevel}
GET
Get — Get Details of a Throttling Policy
/v1/throttling-policies/{policylevel}/{policyid}

MCP Tools

get-all-available-throttling-policies

Get All Available Throttling Policies

read-only idempotent
get-details-throttling-policy

Get Details of a Throttling Policy

read-only idempotent

Capability Spec

devportal-throttling-policies.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: WSO2 API Manager - Developer Portal — Throttling Policies
  description: 'WSO2 API Manager - Developer Portal — Throttling Policies. 2 operations. Lead operation: Get All Available
    Throttling Policies. Self-contained Naftiko capability covering one Wso2 business surface.'
  tags:
  - Wso2
  - Throttling Policies
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WSO2_API_KEY: WSO2_API_KEY
capability:
  consumes:
  - type: http
    namespace: devportal-throttling-policies
    baseUri: https://apis.wso2.com/api/am/devportal/v3
    description: WSO2 API Manager - Developer Portal — Throttling Policies business capability. Self-contained, no shared
      references.
    resources:
    - name: throttling-policies-policyLevel
      path: /throttling-policies/{policyLevel}
      operations:
      - name: get
        method: GET
        description: Get All Available Throttling Policies
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: throttling-policies-policyLevel-policyId
      path: /throttling-policies/{policyLevel}/{policyId}
      operations:
      - name: get
        method: GET
        description: Get Details of a Throttling Policy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.WSO2_API_KEY}}'
  exposes:
  - type: rest
    namespace: devportal-throttling-policies-rest
    port: 8080
    description: REST adapter for WSO2 API Manager - Developer Portal — Throttling Policies. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/throttling-policies/{policylevel}
      name: throttling-policies-policylevel
      description: REST surface for throttling-policies-policyLevel.
      operations:
      - method: GET
        name: get
        description: Get All Available Throttling Policies
        call: devportal-throttling-policies.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/throttling-policies/{policylevel}/{policyid}
      name: throttling-policies-policylevel-policyid
      description: REST surface for throttling-policies-policyLevel-policyId.
      operations:
      - method: GET
        name: get
        description: Get Details of a Throttling Policy
        call: devportal-throttling-policies.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: devportal-throttling-policies-mcp
    port: 9090
    transport: http
    description: MCP adapter for WSO2 API Manager - Developer Portal — Throttling Policies. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: get-all-available-throttling-policies
      description: Get All Available Throttling Policies
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devportal-throttling-policies.get
      outputParameters:
      - type: object
        mapping: $.
    - name: get-details-throttling-policy
      description: Get Details of a Throttling Policy
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devportal-throttling-policies.get
      outputParameters:
      - type: object
        mapping: $.