Skip to main content
Glama

GCP MCP

by henihaddad

download_object

Download files from Google Cloud Storage buckets to a local path by specifying the project ID, bucket name, source file, and destination path using this tool.

Instructions

Download a file from a Cloud Storage bucket. Args: project_id: The ID of the GCP project bucket_name: The name of the bucket to download from source_blob_name: The name of the file in the bucket destination_file_path: The local path to save the file to Returns: Result of the download operation

Input Schema

NameRequiredDescriptionDefault
bucket_nameYes
destination_file_pathYes
project_idYes
source_blob_nameYes

Input Schema (JSON Schema)

{ "properties": { "bucket_name": { "title": "Bucket Name", "type": "string" }, "destination_file_path": { "title": "Destination File Path", "type": "string" }, "project_id": { "title": "Project Id", "type": "string" }, "source_blob_name": { "title": "Source Blob Name", "type": "string" } }, "required": [ "project_id", "bucket_name", "source_blob_name", "destination_file_path" ], "title": "download_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