Google Cloud IAM · Capability

Google Cloud IAM API — Permissions

Google Cloud IAM API — Permissions. 1 operations. Lead operation: Google Cloud IAM Query testable permissions. Self-contained Naftiko capability covering one Google Cloud Iam business surface.

Run with Naftiko Google Cloud IamPermissions

What You Can Do

POST
Querytestablepermissions — Google Cloud IAM Query testable permissions
/v1/permissions-querytestablepermissions

MCP Tools

google-cloud-iam-query-testable

Google Cloud IAM Query testable permissions

read-only

Capability Spec

openapi-permissions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Cloud IAM API — Permissions
  description: 'Google Cloud IAM API — Permissions. 1 operations. Lead operation: Google Cloud IAM Query testable permissions.
    Self-contained Naftiko capability covering one Google Cloud Iam business surface.'
  tags:
  - Google Cloud Iam
  - Permissions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_CLOUD_IAM_API_KEY: GOOGLE_CLOUD_IAM_API_KEY
capability:
  consumes:
  - type: http
    namespace: openapi-permissions
    baseUri: https://iam.googleapis.com/v1
    description: Google Cloud IAM API — Permissions business capability. Self-contained, no shared references.
    resources:
    - name: permissions:queryTestablePermissions
      path: /permissions:queryTestablePermissions
      operations:
      - name: querytestablepermissions
        method: POST
        description: Google Cloud IAM Query testable permissions
        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_IAM_API_KEY}}'
  exposes:
  - type: rest
    namespace: openapi-permissions-rest
    port: 8080
    description: REST adapter for Google Cloud IAM API — Permissions. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/permissions-querytestablepermissions
      name: permissions-querytestablepermissions
      description: REST surface for permissions:queryTestablePermissions.
      operations:
      - method: POST
        name: querytestablepermissions
        description: Google Cloud IAM Query testable permissions
        call: openapi-permissions.querytestablepermissions
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-permissions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Cloud IAM API — Permissions. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: google-cloud-iam-query-testable
      description: Google Cloud IAM Query testable permissions
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: openapi-permissions.querytestablepermissions
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.