SolarWinds · Capability

SolarWinds Service Desk API — Changes

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

Run with Naftiko SolarwindsChanges

What You Can Do

GET
Listchanges — Solarwinds List Change Requests
/v1/changes-json

MCP Tools

solarwinds-list-change-requests

Solarwinds List Change Requests

read-only idempotent

Capability Spec

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