Gremlin · Capability

Gremlin API — service-overview

Gremlin API — service-overview. 1 operations. Lead operation: Fetch active FaultInjection for Service. Self-contained Naftiko capability covering one Gremlin business surface.

Run with Naftiko Gremlinservice-overview

What You Can Do

GET
Getactiveforservice — Fetch active FaultInjection for Service
/v1/service-overview/{serviceid}/active

MCP Tools

fetch-active-faultinjection-service

Fetch active FaultInjection for Service

read-only idempotent

Capability Spec

gremlin-service-overview.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Gremlin API — service-overview
  description: 'Gremlin API — service-overview. 1 operations. Lead operation: Fetch active FaultInjection for Service. Self-contained
    Naftiko capability covering one Gremlin business surface.'
  tags:
  - Gremlin
  - service-overview
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GREMLIN_API_KEY: GREMLIN_API_KEY
capability:
  consumes:
  - type: http
    namespace: gremlin-service-overview
    baseUri: https://api.gremlin.com/v1
    description: Gremlin API — service-overview business capability. Self-contained, no shared references.
    resources:
    - name: service-overview-serviceId-active
      path: /service-overview/{serviceId}/active
      operations:
      - name: getactiveforservice
        method: GET
        description: Fetch active FaultInjection for Service
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: serviceId
          in: path
          type: string
          required: true
        - name: teamId
          in: query
          type: string
          description: Required when using company session token.
          required: true
  exposes:
  - type: rest
    namespace: gremlin-service-overview-rest
    port: 8080
    description: REST adapter for Gremlin API — service-overview. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/service-overview/{serviceid}/active
      name: service-overview-serviceid-active
      description: REST surface for service-overview-serviceId-active.
      operations:
      - method: GET
        name: getactiveforservice
        description: Fetch active FaultInjection for Service
        call: gremlin-service-overview.getactiveforservice
        with:
          serviceId: rest.serviceId
          teamId: rest.teamId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: gremlin-service-overview-mcp
    port: 9090
    transport: http
    description: MCP adapter for Gremlin API — service-overview. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: fetch-active-faultinjection-service
      description: Fetch active FaultInjection for Service
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: gremlin-service-overview.getactiveforservice
      with:
        serviceId: tools.serviceId
        teamId: tools.teamId
      outputParameters:
      - type: object
        mapping: $.