Google Cloud Interconnect API — Interconnects

Google Cloud Interconnect API — Interconnects. 4 operations. Lead operation: Google Cloud Interconnect List interconnects. Self-contained Naftiko capability covering one Google Cloud Interconnect business surface.

Run with Naftiko Google Cloud InterconnectInterconnects

What You Can Do

GET
Listinterconnects — Google Cloud Interconnect List interconnects
/v1/projects/{project}/global/interconnects
POST
Createinterconnect — Google Cloud Interconnect Create an interconnect
/v1/projects/{project}/global/interconnects
GET
Getinterconnect — Google Cloud Interconnect Get an interconnect
/v1/projects/{project}/global/interconnects/{interconnect}
DELETE
Deleteinterconnect — Google Cloud Interconnect Delete an interconnect
/v1/projects/{project}/global/interconnects/{interconnect}

MCP Tools

google-cloud-interconnect-list-interconnects

Google Cloud Interconnect List interconnects

read-only idempotent
google-cloud-interconnect-create-interconnect

Google Cloud Interconnect Create an interconnect

google-cloud-interconnect-get-interconnect

Google Cloud Interconnect Get an interconnect

read-only idempotent
google-cloud-interconnect-delete-interconnect

Google Cloud Interconnect Delete an interconnect

idempotent

Capability Spec

openapi-interconnects.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Cloud Interconnect API — Interconnects
  description: 'Google Cloud Interconnect API — Interconnects. 4 operations. Lead operation: Google Cloud Interconnect List
    interconnects. Self-contained Naftiko capability covering one Google Cloud Interconnect business surface.'
  tags:
  - Google Cloud Interconnect
  - Interconnects
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_CLOUD_INTERCONNECT_API_KEY: GOOGLE_CLOUD_INTERCONNECT_API_KEY
capability:
  consumes:
  - type: http
    namespace: openapi-interconnects
    baseUri: https://compute.googleapis.com/compute/v1
    description: Google Cloud Interconnect API — Interconnects business capability. Self-contained, no shared references.
    resources:
    - name: projects-project-global-interconnects
      path: /projects/{project}/global/interconnects
      operations:
      - name: listinterconnects
        method: GET
        description: Google Cloud Interconnect List interconnects
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: project
          in: path
          type: string
          required: true
      - name: createinterconnect
        method: POST
        description: Google Cloud Interconnect Create an interconnect
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: project
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: projects-project-global-interconnects-interconnect
      path: /projects/{project}/global/interconnects/{interconnect}
      operations:
      - name: getinterconnect
        method: GET
        description: Google Cloud Interconnect Get an interconnect
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: project
          in: path
          type: string
          required: true
        - name: interconnect
          in: path
          type: string
          required: true
      - name: deleteinterconnect
        method: DELETE
        description: Google Cloud Interconnect Delete an interconnect
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: project
          in: path
          type: string
          required: true
        - name: interconnect
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.GOOGLE_CLOUD_INTERCONNECT_API_KEY}}'
  exposes:
  - type: rest
    namespace: openapi-interconnects-rest
    port: 8080
    description: REST adapter for Google Cloud Interconnect API — Interconnects. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/projects/{project}/global/interconnects
      name: projects-project-global-interconnects
      description: REST surface for projects-project-global-interconnects.
      operations:
      - method: GET
        name: listinterconnects
        description: Google Cloud Interconnect List interconnects
        call: openapi-interconnects.listinterconnects
        with:
          project: rest.project
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createinterconnect
        description: Google Cloud Interconnect Create an interconnect
        call: openapi-interconnects.createinterconnect
        with:
          project: rest.project
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/projects/{project}/global/interconnects/{interconnect}
      name: projects-project-global-interconnects-interconnect
      description: REST surface for projects-project-global-interconnects-interconnect.
      operations:
      - method: GET
        name: getinterconnect
        description: Google Cloud Interconnect Get an interconnect
        call: openapi-interconnects.getinterconnect
        with:
          project: rest.project
          interconnect: rest.interconnect
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteinterconnect
        description: Google Cloud Interconnect Delete an interconnect
        call: openapi-interconnects.deleteinterconnect
        with:
          project: rest.project
          interconnect: rest.interconnect
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-interconnects-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Cloud Interconnect API — Interconnects. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: google-cloud-interconnect-list-interconnects
      description: Google Cloud Interconnect List interconnects
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-interconnects.listinterconnects
      with:
        project: tools.project
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-interconnect-create-interconnect
      description: Google Cloud Interconnect Create an interconnect
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: openapi-interconnects.createinterconnect
      with:
        project: tools.project
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-interconnect-get-interconnect
      description: Google Cloud Interconnect Get an interconnect
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-interconnects.getinterconnect
      with:
        project: tools.project
        interconnect: tools.interconnect
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-interconnect-delete-interconnect
      description: Google Cloud Interconnect Delete an interconnect
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: openapi-interconnects.deleteinterconnect
      with:
        project: tools.project
        interconnect: tools.interconnect
      outputParameters:
      - type: object
        mapping: $.