Solo.io · Capability

Solo.io Gloo Portal Server API — Usage Plans

Solo.io Gloo Portal Server API — Usage Plans. 1 operations. Lead operation: Solo.io List usage plans. Self-contained Naftiko capability covering one Solo Io business surface.

Run with Naftiko Solo IoUsage Plans

What You Can Do

GET
Listusageplans — Solo.io List usage plans
/v1/usage-plans

MCP Tools

solo-io-list-usage-plans

Solo.io List usage plans

read-only idempotent

Capability Spec

gloo-portal-server-usage-plans.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Solo.io Gloo Portal Server API — Usage Plans
  description: 'Solo.io Gloo Portal Server API — Usage Plans. 1 operations. Lead operation: Solo.io List usage plans. Self-contained
    Naftiko capability covering one Solo Io business surface.'
  tags:
  - Solo Io
  - Usage Plans
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SOLO_IO_API_KEY: SOLO_IO_API_KEY
capability:
  consumes:
  - type: http
    namespace: gloo-portal-server-usage-plans
    baseUri: https://{portalHost}/v1
    description: Solo.io Gloo Portal Server API — Usage Plans business capability. Self-contained, no shared references.
    resources:
    - name: usage-plans
      path: /usage-plans
      operations:
      - name: listusageplans
        method: GET
        description: Solo.io List usage plans
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.SOLO_IO_API_KEY}}'
  exposes:
  - type: rest
    namespace: gloo-portal-server-usage-plans-rest
    port: 8080
    description: REST adapter for Solo.io Gloo Portal Server API — Usage Plans. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/usage-plans
      name: usage-plans
      description: REST surface for usage-plans.
      operations:
      - method: GET
        name: listusageplans
        description: Solo.io List usage plans
        call: gloo-portal-server-usage-plans.listusageplans
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: gloo-portal-server-usage-plans-mcp
    port: 9090
    transport: http
    description: MCP adapter for Solo.io Gloo Portal Server API — Usage Plans. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: solo-io-list-usage-plans
      description: Solo.io List usage plans
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: gloo-portal-server-usage-plans.listusageplans
      outputParameters:
      - type: object
        mapping: $.