Google Cloud Storage · Capability

Google Cloud Storage JSON API — ObjectAccessControls

Google Cloud Storage JSON API — ObjectAccessControls. 6 operations. Lead operation: Google Cloud Storage List Object Acl Entries. Self-contained Naftiko capability covering one Gcp Cloud Storage business surface.

Run with Naftiko Gcp Cloud StorageObjectAccessControls

What You Can Do

GET
Listobjectaccesscontrols — Google Cloud Storage List Object Acl Entries
/v1/b/{bucket}/o/{object}/acl
POST
Insertobjectaccesscontrol — Google Cloud Storage Create an Object Acl Entry
/v1/b/{bucket}/o/{object}/acl
GET
Getobjectaccesscontrol — Google Cloud Storage Get an Object Acl Entry
/v1/b/{bucket}/o/{object}/acl/{entity}
PUT
Updateobjectaccesscontrol — Google Cloud Storage Update an Object Acl Entry
/v1/b/{bucket}/o/{object}/acl/{entity}
PATCH
Patchobjectaccesscontrol — Google Cloud Storage Patch an Object Acl Entry
/v1/b/{bucket}/o/{object}/acl/{entity}
DELETE
Deleteobjectaccesscontrol — Google Cloud Storage Delete an Object Acl Entry
/v1/b/{bucket}/o/{object}/acl/{entity}

MCP Tools

google-cloud-storage-list-object

Google Cloud Storage List Object Acl Entries

read-only idempotent
google-cloud-storage-create-object

Google Cloud Storage Create an Object Acl Entry

google-cloud-storage-get-object

Google Cloud Storage Get an Object Acl Entry

read-only idempotent
google-cloud-storage-update-object

Google Cloud Storage Update an Object Acl Entry

idempotent
google-cloud-storage-patch-object

Google Cloud Storage Patch an Object Acl Entry

idempotent
google-cloud-storage-delete-object

Google Cloud Storage Delete an Object Acl Entry

idempotent

Capability Spec

json-objectaccesscontrols.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Cloud Storage JSON API — ObjectAccessControls
  description: 'Google Cloud Storage JSON API — ObjectAccessControls. 6 operations. Lead operation: Google Cloud Storage List
    Object Acl Entries. Self-contained Naftiko capability covering one Gcp Cloud Storage business surface.'
  tags:
  - Gcp Cloud Storage
  - ObjectAccessControls
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GCP_CLOUD_STORAGE_API_KEY: GCP_CLOUD_STORAGE_API_KEY
capability:
  consumes:
  - type: http
    namespace: json-objectaccesscontrols
    baseUri: https://storage.googleapis.com/storage/v1
    description: Google Cloud Storage JSON API — ObjectAccessControls business capability. Self-contained, no shared references.
    resources:
    - name: b-bucket-o-object-acl
      path: /b/{bucket}/o/{object}/acl
      operations:
      - name: listobjectaccesscontrols
        method: GET
        description: Google Cloud Storage List Object Acl Entries
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: generation
          in: query
          type: integer
          description: If present, selects a specific revision of this object.
      - name: insertobjectaccesscontrol
        method: POST
        description: Google Cloud Storage Create an Object Acl Entry
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: generation
          in: query
          type: integer
          description: If present, selects a specific revision of this object.
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: b-bucket-o-object-acl-entity
      path: /b/{bucket}/o/{object}/acl/{entity}
      operations:
      - name: getobjectaccesscontrol
        method: GET
        description: Google Cloud Storage Get an Object Acl Entry
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: generation
          in: query
          type: integer
          description: If present, selects a specific revision of this object.
      - name: updateobjectaccesscontrol
        method: PUT
        description: Google Cloud Storage Update an Object Acl Entry
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: generation
          in: query
          type: integer
          description: If present, selects a specific revision of this object.
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: patchobjectaccesscontrol
        method: PATCH
        description: Google Cloud Storage Patch an Object Acl Entry
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: generation
          in: query
          type: integer
          description: If present, selects a specific revision of this object.
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteobjectaccesscontrol
        method: DELETE
        description: Google Cloud Storage Delete an Object Acl Entry
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: generation
          in: query
          type: integer
          description: If present, selects a specific revision of this object.
    authentication:
      type: bearer
      token: '{{env.GCP_CLOUD_STORAGE_API_KEY}}'
  exposes:
  - type: rest
    namespace: json-objectaccesscontrols-rest
    port: 8080
    description: REST adapter for Google Cloud Storage JSON API — ObjectAccessControls. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/b/{bucket}/o/{object}/acl
      name: b-bucket-o-object-acl
      description: REST surface for b-bucket-o-object-acl.
      operations:
      - method: GET
        name: listobjectaccesscontrols
        description: Google Cloud Storage List Object Acl Entries
        call: json-objectaccesscontrols.listobjectaccesscontrols
        with:
          generation: rest.generation
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: insertobjectaccesscontrol
        description: Google Cloud Storage Create an Object Acl Entry
        call: json-objectaccesscontrols.insertobjectaccesscontrol
        with:
          generation: rest.generation
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/b/{bucket}/o/{object}/acl/{entity}
      name: b-bucket-o-object-acl-entity
      description: REST surface for b-bucket-o-object-acl-entity.
      operations:
      - method: GET
        name: getobjectaccesscontrol
        description: Google Cloud Storage Get an Object Acl Entry
        call: json-objectaccesscontrols.getobjectaccesscontrol
        with:
          generation: rest.generation
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateobjectaccesscontrol
        description: Google Cloud Storage Update an Object Acl Entry
        call: json-objectaccesscontrols.updateobjectaccesscontrol
        with:
          generation: rest.generation
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patchobjectaccesscontrol
        description: Google Cloud Storage Patch an Object Acl Entry
        call: json-objectaccesscontrols.patchobjectaccesscontrol
        with:
          generation: rest.generation
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteobjectaccesscontrol
        description: Google Cloud Storage Delete an Object Acl Entry
        call: json-objectaccesscontrols.deleteobjectaccesscontrol
        with:
          generation: rest.generation
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: json-objectaccesscontrols-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Cloud Storage JSON API — ObjectAccessControls. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: google-cloud-storage-list-object
      description: Google Cloud Storage List Object Acl Entries
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: json-objectaccesscontrols.listobjectaccesscontrols
      with:
        generation: tools.generation
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-storage-create-object
      description: Google Cloud Storage Create an Object Acl Entry
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: json-objectaccesscontrols.insertobjectaccesscontrol
      with:
        generation: tools.generation
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-storage-get-object
      description: Google Cloud Storage Get an Object Acl Entry
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: json-objectaccesscontrols.getobjectaccesscontrol
      with:
        generation: tools.generation
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-storage-update-object
      description: Google Cloud Storage Update an Object Acl Entry
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: json-objectaccesscontrols.updateobjectaccesscontrol
      with:
        generation: tools.generation
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-storage-patch-object
      description: Google Cloud Storage Patch an Object Acl Entry
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: json-objectaccesscontrols.patchobjectaccesscontrol
      with:
        generation: tools.generation
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-storage-delete-object
      description: Google Cloud Storage Delete an Object Acl Entry
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: json-objectaccesscontrols.deleteobjectaccesscontrol
      with:
        generation: tools.generation
      outputParameters:
      - type: object
        mapping: $.