SolarWinds · Capability

SolarWinds Service Desk API — Categories

SolarWinds Service Desk API — Categories. 1 operations. Lead operation: Solarwinds List Categories. Self-contained Naftiko capability covering one Solarwinds business surface.

Run with Naftiko SolarwindsCategories

What You Can Do

GET
Listcategories — Solarwinds List Categories
/v1/categories-json

MCP Tools

solarwinds-list-categories

Solarwinds List Categories

read-only idempotent

Capability Spec

service-desk-categories.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SolarWinds Service Desk API — Categories
  description: 'SolarWinds Service Desk API — Categories. 1 operations. Lead operation: Solarwinds List Categories. Self-contained
    Naftiko capability covering one Solarwinds business surface.'
  tags:
  - Solarwinds
  - Categories
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SOLARWINDS_API_KEY: SOLARWINDS_API_KEY
capability:
  consumes:
  - type: http
    namespace: service-desk-categories
    baseUri: https://api.samanage.com
    description: SolarWinds Service Desk API — Categories business capability. Self-contained, no shared references.
    resources:
    - name: categories.json
      path: /categories.json
      operations:
      - name: listcategories
        method: GET
        description: Solarwinds List Categories
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.SOLARWINDS_API_KEY}}'
  exposes:
  - type: rest
    namespace: service-desk-categories-rest
    port: 8080
    description: REST adapter for SolarWinds Service Desk API — Categories. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/categories-json
      name: categories-json
      description: REST surface for categories.json.
      operations:
      - method: GET
        name: listcategories
        description: Solarwinds List Categories
        call: service-desk-categories.listcategories
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: service-desk-categories-mcp
    port: 9090
    transport: http
    description: MCP adapter for SolarWinds Service Desk API — Categories. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: solarwinds-list-categories
      description: Solarwinds List Categories
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: service-desk-categories.listcategories
      outputParameters:
      - type: object
        mapping: $.