Skip to main content
Glama

GCP MCP

by henihaddad

upload_object

Transfer files from a local system to a Cloud Storage bucket on Google Cloud Platform. Specify project ID, bucket name, source file path, and optional destination name or content type.

Instructions

Upload a file to a Cloud Storage bucket. Args: project_id: The ID of the GCP project bucket_name: The name of the bucket to upload to source_file_path: The local file path to upload destination_blob_name: The name to give the file in GCS (default: filename from source) content_type: The content type of the file (default: auto-detect) Returns: Result of the upload operation

Input Schema

NameRequiredDescriptionDefault
bucket_nameYes
content_typeNo
destination_blob_nameNo
project_idYes
source_file_pathYes

Input Schema (JSON Schema)

{ "properties": { "bucket_name": { "title": "Bucket Name", "type": "string" }, "content_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Content Type" }, "destination_blob_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Destination Blob Name" }, "project_id": { "title": "Project Id", "type": "string" }, "source_file_path": { "title": "Source File Path", "type": "string" } }, "required": [ "project_id", "bucket_name", "source_file_path" ], "title": "upload_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