Google Cloud Certificate Manager API — Certificates

Google Cloud Certificate Manager API — Certificates. 2 operations. Lead operation: Google Cloud Certificate Manager List certificates. Self-contained Naftiko capability covering one Google Cloud Certificate Manager business surface.

Run with Naftiko Google Cloud Certificate ManagerCertificates

What You Can Do

GET
Listcertificates — Google Cloud Certificate Manager List certificates
/v1/projects/{projectid}/locations/{location}/certificates
POST
Createcertificate — Google Cloud Certificate Manager Create a certificate
/v1/projects/{projectid}/locations/{location}/certificates

MCP Tools

google-cloud-certificate-manager-list

Google Cloud Certificate Manager List certificates

read-only idempotent
google-cloud-certificate-manager-create

Google Cloud Certificate Manager Create a certificate

Capability Spec

certificate-manager-certificates.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Cloud Certificate Manager API — Certificates
  description: 'Google Cloud Certificate Manager API — Certificates. 2 operations. Lead operation: Google Cloud Certificate
    Manager List certificates. Self-contained Naftiko capability covering one Google Cloud Certificate Manager business surface.'
  tags:
  - Google Cloud Certificate Manager
  - Certificates
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_CLOUD_CERTIFICATE_MANAGER_API_KEY: GOOGLE_CLOUD_CERTIFICATE_MANAGER_API_KEY
capability:
  consumes:
  - type: http
    namespace: certificate-manager-certificates
    baseUri: https://certificatemanager.googleapis.com/v1
    description: Google Cloud Certificate Manager API — Certificates business capability. Self-contained, no shared references.
    resources:
    - name: projects-projectId-locations-location-certificates
      path: /projects/{projectId}/locations/{location}/certificates
      operations:
      - name: listcertificates
        method: GET
        description: Google Cloud Certificate Manager List certificates
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createcertificate
        method: POST
        description: Google Cloud Certificate Manager Create a certificate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: certificateId
          in: query
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.GOOGLE_CLOUD_CERTIFICATE_MANAGER_API_KEY}}'
  exposes:
  - type: rest
    namespace: certificate-manager-certificates-rest
    port: 8080
    description: REST adapter for Google Cloud Certificate Manager API — Certificates. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/projects/{projectid}/locations/{location}/certificates
      name: projects-projectid-locations-location-certificates
      description: REST surface for projects-projectId-locations-location-certificates.
      operations:
      - method: GET
        name: listcertificates
        description: Google Cloud Certificate Manager List certificates
        call: certificate-manager-certificates.listcertificates
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createcertificate
        description: Google Cloud Certificate Manager Create a certificate
        call: certificate-manager-certificates.createcertificate
        with:
          certificateId: rest.certificateId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: certificate-manager-certificates-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Cloud Certificate Manager API — Certificates. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: google-cloud-certificate-manager-list
      description: Google Cloud Certificate Manager List certificates
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: certificate-manager-certificates.listcertificates
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-certificate-manager-create
      description: Google Cloud Certificate Manager Create a certificate
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: certificate-manager-certificates.createcertificate
      with:
        certificateId: tools.certificateId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.