Gremlin · Capability

Gremlin API — halts

Gremlin API — halts. 1 operations. Lead operation: Idempotently halt all active impacts across the Gremlin platform. Self-contained Naftiko capability covering one Gremlin business surface.

Run with Naftiko Gremlinhalts

What You Can Do

POST
Haltall — Idempotently halt all active impacts across the Gremlin platform
/v1/halts

MCP Tools

idempotently-halt-all-active-impacts

Idempotently halt all active impacts across the Gremlin platform

Capability Spec

gremlin-halts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Gremlin API — halts
  description: 'Gremlin API — halts. 1 operations. Lead operation: Idempotently halt all active impacts across the Gremlin
    platform. Self-contained Naftiko capability covering one Gremlin business surface.'
  tags:
  - Gremlin
  - halts
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GREMLIN_API_KEY: GREMLIN_API_KEY
capability:
  consumes:
  - type: http
    namespace: gremlin-halts
    baseUri: https://api.gremlin.com/v1
    description: Gremlin API — halts business capability. Self-contained, no shared references.
    resources:
    - name: halts
      path: /halts
      operations:
      - name: haltall
        method: POST
        description: Idempotently halt all active impacts across the Gremlin platform
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: gremlin-halts-rest
    port: 8080
    description: REST adapter for Gremlin API — halts. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/halts
      name: halts
      description: REST surface for halts.
      operations:
      - method: POST
        name: haltall
        description: Idempotently halt all active impacts across the Gremlin platform
        call: gremlin-halts.haltall
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: gremlin-halts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Gremlin API — halts. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: idempotently-halt-all-active-impacts
      description: Idempotently halt all active impacts across the Gremlin platform
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: gremlin-halts.haltall
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.