Weavz
Google Cloud Storage

Google Cloud Storage

Automate file storage operations with Google Cloud Storage. Upload, download, manage buckets, set permissions, and monitor changes with real-time triggers.

12 tools
2 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
create_bucket

Create a new bucket in a specified location/configuration. Perfect for automating storage provisioning for new projects.

delete_empty_bucket

Clean up unused buckets by deleting them if they contain no live objects.

clone_object

Copy / clone an object (file) to a new location (same or different bucket), optionally overriding metadata. Perfect for duplicating files as backup or version.

delete_object

Permanently delete a specific object. Perfect for removing obsolete files.

search_objects

Search objects by criteria. Perfect for finding files in your bucket.

search_buckets

Search buckets by name. Perfect for finding buckets in your project.

create_object_acl

Add an ACL entry to an object (grant a permission). Perfect for granting read/write access to a user or group.

delete_object_acl

Remove an ACL entry from an object. Perfect for revoking access for a user.

create_bucket_acl

Add an ACL entry at bucket level. Perfect for granting permission to manage the bucket.

delete_bucket_acl

Remove an ACL entry from a bucket. Perfect for revoking access for a user or group.

create_bucket_default_object_acl

Set default ACLs for new objects added to a bucket. Perfect for automatically assigning permissions to new uploads.

delete_bucket_default_object_acl

Remove default ACL settings from a bucket. Perfect for reverting to default behavior.

Triggers

Name
new_object_created

Triggers when a new object is created in a bucket

object_updated

Triggers when an existing object is updated in a bucket

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('google-cloud-storage', 'create_bucket', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'google-cloud-storage',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Google Cloud Storage to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Google Cloud Storage support?

Google Cloud Storage supports 12 tools including Create Bucket, Delete Empty Bucket, Clone Object, Delete Object, Search Objects, and more.

Can I use Google Cloud Storage with AI agents?

Yes. Add Google Cloud Storage to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

How do I connect Google Cloud Storage to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add Google Cloud Storage as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Google Cloud Storage tools exposed by that workspace.

Does Google Cloud Storage work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Google Cloud Storage work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with Google Cloud Storage?

Google Cloud Storage exposes 12 tools, including Create Bucket, Delete Empty Bucket, Clone Object, Delete Object, Search Objects, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can Google Cloud Storage be used in stateful agent workflows?

Yes. Agents can combine Google Cloud Storage tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Google Cloud Storage use?

Google Cloud Storage uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the Google Cloud Storage integration cost?

The Google Cloud Storage integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Google Cloud Storage support?

Google Cloud Storage supports 2 triggers including New Object Created, Object Updated.

Connect Google Cloud Storage in minutes

Get 20,000 free action executions every month. No credit card required.