SolarWinds · Capability

SolarWinds Loggly API — Account

SolarWinds Loggly API — Account. 1 operations. Lead operation: Solarwinds Get Account Information. Self-contained Naftiko capability covering one Solarwinds business surface.

Run with Naftiko SolarwindsAccount

What You Can Do

GET
Getaccountinfo — Solarwinds Get Account Information
/v1/customer

MCP Tools

solarwinds-get-account-information

Solarwinds Get Account Information

read-only idempotent

Capability Spec

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