Google Cloud Platform · Capability

Google Cloud Platform Google Cloud Resource Manager API — TagValues

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

Run with Naftiko Google Cloud PlatformTagValues

What You Can Do

GET
Cloudresourcemanagertagvalueslist — Google Cloud Platform List Tag Values
/v1/v3/tagvalues
POST
Cloudresourcemanagertagvaluescreate — Google Cloud Platform Create a Tag Value
/v1/v3/tagvalues

MCP Tools

google-cloud-platform-list-tag

Google Cloud Platform List Tag Values

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

Google Cloud Platform Create a Tag Value

Capability Spec

cloud-resource-manager-tagvalues.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Cloud Platform Google Cloud Resource Manager API — TagValues
  description: 'Google Cloud Platform Google Cloud Resource Manager API — TagValues. 2 operations. Lead operation: Google
    Cloud Platform List Tag Values. Self-contained Naftiko capability covering one Google Cloud Platform business surface.'
  tags:
  - Google Cloud Platform
  - TagValues
  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-tagvalues
    baseUri: https://cloudresourcemanager.googleapis.com
    description: Google Cloud Platform Google Cloud Resource Manager API — TagValues business capability. Self-contained,
      no shared references.
    resources:
    - name: v3-tagValues
      path: /v3/tagValues
      operations:
      - name: cloudresourcemanagertagvalueslist
        method: GET
        description: Google Cloud Platform List Tag Values
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parent
          in: query
          type: string
          description: The resource name of the tag key whose values are to be listed. Must be of the form tagKeys/{tag_key_id}.
          required: true
        - name: pageSize
          in: query
          type: integer
          description: Maximum number of tag values to return.
        - name: pageToken
          in: query
          type: string
          description: Pagination token from a previous list call.
      - name: cloudresourcemanagertagvaluescreate
        method: POST
        description: Google Cloud Platform Create a Tag Value
        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-tagvalues-rest
    port: 8080
    description: REST adapter for Google Cloud Platform Google Cloud Resource Manager API — TagValues. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v3/tagvalues
      name: v3-tagvalues
      description: REST surface for v3-tagValues.
      operations:
      - method: GET
        name: cloudresourcemanagertagvalueslist
        description: Google Cloud Platform List Tag Values
        call: cloud-resource-manager-tagvalues.cloudresourcemanagertagvalueslist
        with:
          parent: rest.parent
          pageSize: rest.pageSize
          pageToken: rest.pageToken
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: cloudresourcemanagertagvaluescreate
        description: Google Cloud Platform Create a Tag Value
        call: cloud-resource-manager-tagvalues.cloudresourcemanagertagvaluescreate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloud-resource-manager-tagvalues-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Cloud Platform Google Cloud Resource Manager API — TagValues. 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 Values
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloud-resource-manager-tagvalues.cloudresourcemanagertagvalueslist
      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 Value
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloud-resource-manager-tagvalues.cloudresourcemanagertagvaluescreate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.