Skip to main content
Glama

GCP MCP

by henihaddad

delete_object

Remove a specified file from a Google Cloud Storage bucket using project ID, bucket name, and blob name to manage storage resources efficiently.

Instructions

Delete an object from a Cloud Storage bucket. Args: project_id: The ID of the GCP project bucket_name: The name of the bucket to delete from blob_name: The name of the file to delete Returns: Result of the delete operation

Input Schema

NameRequiredDescriptionDefault
blob_nameYes
bucket_nameYes
project_idYes

Input Schema (JSON Schema)

{ "properties": { "blob_name": { "title": "Blob Name", "type": "string" }, "bucket_name": { "title": "Bucket Name", "type": "string" }, "project_id": { "title": "Project Id", "type": "string" } }, "required": [ "project_id", "bucket_name", "blob_name" ], "title": "delete_objectArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/henihaddad/gcp-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server