Google Cloud Platform · Capability

Google Cloud Platform Google Cloud Resource Manager API — TagBindings

Google Cloud Platform Google Cloud Resource Manager API — TagBindings. 2 operations. Lead operation: Google Cloud Platform List Tag Bindings. Self-contained Naftiko capability covering one Google Cloud Platform business surface.

Run with Naftiko Google Cloud PlatformTagBindings

What You Can Do

GET
Cloudresourcemanagertagbindingslist — Google Cloud Platform List Tag Bindings
/v1/v3/tagbindings
POST
Cloudresourcemanagertagbindingscreate — Google Cloud Platform Create a Tag Binding
/v1/v3/tagbindings

MCP Tools

google-cloud-platform-list-tag

Google Cloud Platform List Tag Bindings

read-only idempotent
google-cloud-platform-create-tag

Google Cloud Platform Create a Tag Binding

Capability Spec

cloud-resource-manager-tagbindings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Cloud Platform Google Cloud Resource Manager API — TagBindings
  description: 'Google Cloud Platform Google Cloud Resource Manager API — TagBindings. 2 operations. Lead operation: Google
    Cloud Platform List Tag Bindings. Self-contained Naftiko capability covering one Google Cloud Platform business surface.'
  tags:
  - Google Cloud Platform
  - TagBindings
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_CLOUD_PLATFORM_API_KEY: GOOGLE_CLOUD_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloud-resource-manager-tagbindings
    baseUri: https://cloudresourcemanager.googleapis.com
    description: Google Cloud Platform Google Cloud Resource Manager API — TagBindings business capability. Self-contained,
      no shared references.
    resources:
    - name: v3-tagBindings
      path: /v3/tagBindings
      operations:
      - name: cloudresourcemanagertagbindingslist
        method: GET
        description: Google Cloud Platform List Tag Bindings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parent
          in: query
          type: string
          description: 'The full resource name of the resource whose bindings are being listed. Example: //cloudresourcemanager.googleapis.com/projects/123.'
          required: true
        - name: pageSize
          in: query
          type: integer
          description: Maximum number of tag bindings to return.
        - name: pageToken
          in: query
          type: string
          description: Pagination token from a previous list call.
      - name: cloudresourcemanagertagbindingscreate
        method: POST
        description: Google Cloud Platform Create a Tag Binding
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.GOOGLE_CLOUD_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloud-resource-manager-tagbindings-rest
    port: 8080
    description: REST adapter for Google Cloud Platform Google Cloud Resource Manager API — TagBindings. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v3/tagbindings
      name: v3-tagbindings
      description: REST surface for v3-tagBindings.
      operations:
      - method: GET
        name: cloudresourcemanagertagbindingslist
        description: Google Cloud Platform List Tag Bindings
        call: cloud-resource-manager-tagbindings.cloudresourcemanagertagbindingslist
        with:
          parent: rest.parent
          pageSize: rest.pageSize
          pageToken: rest.pageToken
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: cloudresourcemanagertagbindingscreate
        description: Google Cloud Platform Create a Tag Binding
        call: cloud-resource-manager-tagbindings.cloudresourcemanagertagbindingscreate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloud-resource-manager-tagbindings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Cloud Platform Google Cloud Resource Manager API — TagBindings. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: google-cloud-platform-list-tag
      description: Google Cloud Platform List Tag Bindings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloud-resource-manager-tagbindings.cloudresourcemanagertagbindingslist
      with:
        parent: tools.parent
        pageSize: tools.pageSize
        pageToken: tools.pageToken
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-platform-create-tag
      description: Google Cloud Platform Create a Tag Binding
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloud-resource-manager-tagbindings.cloudresourcemanagertagbindingscreate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.