Sumo Logic · Capability

Sumo Logic API — serviceMap

Sumo Logic API — serviceMap. 1 operations. Lead operation: Get A Service Map.. Self-contained Naftiko capability covering one Sumo Logic business surface.

Run with Naftiko Sumo LogicserviceMap

What You Can Do

GET
Getservicemap — Get A Service Map.
/v1/v1/tracing/servicemap

MCP Tools

get-service-map

Get A Service Map.

read-only idempotent

Capability Spec

sumo-logic-servicemap.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Sumo Logic API — serviceMap
  description: 'Sumo Logic API — serviceMap. 1 operations. Lead operation: Get A Service Map.. Self-contained Naftiko capability
    covering one Sumo Logic business surface.'
  tags:
  - Sumo Logic
  - serviceMap
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SUMO_LOGIC_API_KEY: SUMO_LOGIC_API_KEY
capability:
  consumes:
  - type: http
    namespace: sumo-logic-servicemap
    baseUri: https://api.au.sumologic.com/api
    description: Sumo Logic API — serviceMap business capability. Self-contained, no shared references.
    resources:
    - name: v1-tracing-serviceMap
      path: /v1/tracing/serviceMap
      operations:
      - name: getservicemap
        method: GET
        description: Get A Service Map.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.SUMO_LOGIC_USER}}'
      password: '{{env.SUMO_LOGIC_PASS}}'
  exposes:
  - type: rest
    namespace: sumo-logic-servicemap-rest
    port: 8080
    description: REST adapter for Sumo Logic API — serviceMap. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v1/tracing/servicemap
      name: v1-tracing-servicemap
      description: REST surface for v1-tracing-serviceMap.
      operations:
      - method: GET
        name: getservicemap
        description: Get A Service Map.
        call: sumo-logic-servicemap.getservicemap
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sumo-logic-servicemap-mcp
    port: 9090
    transport: http
    description: MCP adapter for Sumo Logic API — serviceMap. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-service-map
      description: Get A Service Map.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sumo-logic-servicemap.getservicemap
      outputParameters:
      - type: object
        mapping: $.