Google Vertex AI · Capability

Google Vertex AI API — Models

Google Vertex AI API — Models. 3 operations. Lead operation: Google Vertex AI List models. Self-contained Naftiko capability covering one Google Vertex Ai business surface.

Run with Naftiko Google Vertex AiModels

What You Can Do

GET
Listmodels — Google Vertex AI List models
/v1/projects/{project}/locations/{location}/models
GET
Getmodel — Google Vertex AI Get a model
/v1/projects/{project}/locations/{location}/models/{model}
DELETE
Deletemodel — Google Vertex AI Delete a model
/v1/projects/{project}/locations/{location}/models/{model}

MCP Tools

google-vertex-ai-list-models

Google Vertex AI List models

read-only idempotent
google-vertex-ai-get-model

Google Vertex AI Get a model

read-only idempotent
google-vertex-ai-delete-model

Google Vertex AI Delete a model

idempotent

Capability Spec

openapi-models.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Vertex AI API — Models
  description: 'Google Vertex AI API — Models. 3 operations. Lead operation: Google Vertex AI List models. Self-contained
    Naftiko capability covering one Google Vertex Ai business surface.'
  tags:
  - Google Vertex Ai
  - Models
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_VERTEX_AI_API_KEY: GOOGLE_VERTEX_AI_API_KEY
capability:
  consumes:
  - type: http
    namespace: openapi-models
    baseUri: https://us-central1-aiplatform.googleapis.com/v1
    description: Google Vertex AI API — Models business capability. Self-contained, no shared references.
    resources:
    - name: projects-project-locations-location-models
      path: /projects/{project}/locations/{location}/models
      operations:
      - name: listmodels
        method: GET
        description: Google Vertex AI List models
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: project
          in: path
          type: string
          required: true
        - name: location
          in: path
          type: string
          required: true
    - name: projects-project-locations-location-models-model
      path: /projects/{project}/locations/{location}/models/{model}
      operations:
      - name: getmodel
        method: GET
        description: Google Vertex AI Get a model
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: project
          in: path
          type: string
          required: true
        - name: location
          in: path
          type: string
          required: true
        - name: model
          in: path
          type: string
          required: true
      - name: deletemodel
        method: DELETE
        description: Google Vertex AI Delete a model
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: project
          in: path
          type: string
          required: true
        - name: location
          in: path
          type: string
          required: true
        - name: model
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.GOOGLE_VERTEX_AI_API_KEY}}'
  exposes:
  - type: rest
    namespace: openapi-models-rest
    port: 8080
    description: REST adapter for Google Vertex AI API — Models. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/projects/{project}/locations/{location}/models
      name: projects-project-locations-location-models
      description: REST surface for projects-project-locations-location-models.
      operations:
      - method: GET
        name: listmodels
        description: Google Vertex AI List models
        call: openapi-models.listmodels
        with:
          project: rest.project
          location: rest.location
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/projects/{project}/locations/{location}/models/{model}
      name: projects-project-locations-location-models-model
      description: REST surface for projects-project-locations-location-models-model.
      operations:
      - method: GET
        name: getmodel
        description: Google Vertex AI Get a model
        call: openapi-models.getmodel
        with:
          project: rest.project
          location: rest.location
          model: rest.model
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletemodel
        description: Google Vertex AI Delete a model
        call: openapi-models.deletemodel
        with:
          project: rest.project
          location: rest.location
          model: rest.model
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-models-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Vertex AI API — Models. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: google-vertex-ai-list-models
      description: Google Vertex AI List models
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-models.listmodels
      with:
        project: tools.project
        location: tools.location
      outputParameters:
      - type: object
        mapping: $.
    - name: google-vertex-ai-get-model
      description: Google Vertex AI Get a model
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-models.getmodel
      with:
        project: tools.project
        location: tools.location
        model: tools.model
      outputParameters:
      - type: object
        mapping: $.
    - name: google-vertex-ai-delete-model
      description: Google Vertex AI Delete a model
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: openapi-models.deletemodel
      with:
        project: tools.project
        location: tools.location
        model: tools.model
      outputParameters:
      - type: object
        mapping: $.