Google Cloud VPC · Capability

Google Cloud VPC API — Routes

Google Cloud VPC API — Routes. 1 operations. Lead operation: Google Cloud VPC List routes. Self-contained Naftiko capability covering one Google Cloud Vpc business surface.

Run with Naftiko Google Cloud VpcRoutes

What You Can Do

GET
Listroutes — Google Cloud VPC List routes
/v1/projects/{project}/global/routes

MCP Tools

google-cloud-vpc-list-routes

Google Cloud VPC List routes

read-only idempotent

Capability Spec

openapi-routes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Cloud VPC API — Routes
  description: 'Google Cloud VPC API — Routes. 1 operations. Lead operation: Google Cloud VPC List routes. Self-contained
    Naftiko capability covering one Google Cloud Vpc business surface.'
  tags:
  - Google Cloud Vpc
  - Routes
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_CLOUD_VPC_API_KEY: GOOGLE_CLOUD_VPC_API_KEY
capability:
  consumes:
  - type: http
    namespace: openapi-routes
    baseUri: https://compute.googleapis.com/compute/v1
    description: Google Cloud VPC API — Routes business capability. Self-contained, no shared references.
    resources:
    - name: projects-project-global-routes
      path: /projects/{project}/global/routes
      operations:
      - name: listroutes
        method: GET
        description: Google Cloud VPC List routes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: project
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.GOOGLE_CLOUD_VPC_API_KEY}}'
  exposes:
  - type: rest
    namespace: openapi-routes-rest
    port: 8080
    description: REST adapter for Google Cloud VPC API — Routes. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/projects/{project}/global/routes
      name: projects-project-global-routes
      description: REST surface for projects-project-global-routes.
      operations:
      - method: GET
        name: listroutes
        description: Google Cloud VPC List routes
        call: openapi-routes.listroutes
        with:
          project: rest.project
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-routes-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Cloud VPC API — Routes. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: google-cloud-vpc-list-routes
      description: Google Cloud VPC List routes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-routes.listroutes
      with:
        project: tools.project
      outputParameters:
      - type: object
        mapping: $.