Google Cloud Data Catalog API — TagTemplates

Google Cloud Data Catalog API — TagTemplates. 2 operations. Lead operation: Google Cloud Data Catalog Create a tag template. Self-contained Naftiko capability covering one Google Cloud Data Catalog business surface.

Run with Naftiko Google Cloud Data CatalogTagTemplates

What You Can Do

POST
Createtagtemplate — Google Cloud Data Catalog Create a tag template
/v1/projects/{projectid}/locations/{location}/tagtemplates
GET
Gettagtemplate — Google Cloud Data Catalog Get a tag template
/v1/projects/{projectid}/locations/{location}/tagtemplates/{tagtemplateid}

MCP Tools

google-cloud-data-catalog-create

Google Cloud Data Catalog Create a tag template

google-cloud-data-catalog-get

Google Cloud Data Catalog Get a tag template

read-only idempotent

Capability Spec

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