Gremlin · Capability

Gremlin API — reliability-management

Gremlin API — reliability-management. 1 operations. Lead operation: Loads the service details and score. Self-contained Naftiko capability covering one Gremlin business surface.

Run with Naftiko Gremlinreliability-management

What You Can Do

GET
Getservicedetails — Loads the service details and score
/v1/reliability-management/services/{serviceid}

MCP Tools

loads-service-details-and-score

Loads the service details and score

read-only idempotent

Capability Spec

gremlin-reliability-management.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Gremlin API — reliability-management
  description: 'Gremlin API — reliability-management. 1 operations. Lead operation: Loads the service details and score. Self-contained
    Naftiko capability covering one Gremlin business surface.'
  tags:
  - Gremlin
  - reliability-management
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GREMLIN_API_KEY: GREMLIN_API_KEY
capability:
  consumes:
  - type: http
    namespace: gremlin-reliability-management
    baseUri: https://api.gremlin.com/v1
    description: Gremlin API — reliability-management business capability. Self-contained, no shared references.
    resources:
    - name: reliability-management-services-serviceId
      path: /reliability-management/services/{serviceId}
      operations:
      - name: getservicedetails
        method: GET
        description: Loads the service details and score
        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-reliability-management-rest
    port: 8080
    description: REST adapter for Gremlin API — reliability-management. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/reliability-management/services/{serviceid}
      name: reliability-management-services-serviceid
      description: REST surface for reliability-management-services-serviceId.
      operations:
      - method: GET
        name: getservicedetails
        description: Loads the service details and score
        call: gremlin-reliability-management.getservicedetails
        with:
          serviceId: rest.serviceId
          teamId: rest.teamId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: gremlin-reliability-management-mcp
    port: 9090
    transport: http
    description: MCP adapter for Gremlin API — reliability-management. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: loads-service-details-and-score
      description: Loads the service details and score
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: gremlin-reliability-management.getservicedetails
      with:
        serviceId: tools.serviceId
        teamId: tools.teamId
      outputParameters:
      - type: object
        mapping: $.