Gremlin · Capability

Gremlin API — google-cloud.integration

Gremlin API — google-cloud.integration. 1 operations. Lead operation: Returns the configuration details necessary for Gremlin to access GCP resources.. Self-contained Naftiko capability covering one Gremlin business surface.

Run with Naftiko Gremlingoogle-cloud.integration

What You Can Do

GET
Getmetadata — Returns the configuration details necessary for Gremlin to access GCP resources.
/v1/gcp/integration-setup

MCP Tools

returns-configuration-details-necessary-gremlin

Returns the configuration details necessary for Gremlin to access GCP resources.

read-only idempotent

Capability Spec

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