WSO2 · Capability

WSO2 API Manager - Developer Portal — Tags

WSO2 API Manager - Developer Portal — Tags. 1 operations. Lead operation: Get All Tags. Self-contained Naftiko capability covering one Wso2 business surface.

Run with Naftiko Wso2Tags

What You Can Do

GET
Get — Get All Tags
/v1/tags

MCP Tools

get-all-tags

Get All Tags

read-only idempotent

Capability Spec

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