Gremlin · Capability

Gremlin API — containers

Gremlin API — containers. 1 operations. Lead operation: Get all active containers.. Self-contained Naftiko capability covering one Gremlin business surface.

Run with Naftiko Gremlincontainers

What You Can Do

GET
All5 — Get all active containers.
/v1/containers

MCP Tools

get-all-active-containers

Get all active containers.

read-only idempotent

Capability Spec

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