SolarWinds · Capability

SolarWinds Papertrail API — SavedSearches

SolarWinds Papertrail API — SavedSearches. 1 operations. Lead operation: Solarwinds List Saved Searches. Self-contained Naftiko capability covering one Solarwinds business surface.

Run with Naftiko SolarwindsSavedSearches

What You Can Do

GET
Listsavedsearches — Solarwinds List Saved Searches
/v1/searches-json

MCP Tools

solarwinds-list-saved-searches

Solarwinds List Saved Searches

read-only idempotent

Capability Spec

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