upload_image_to_drive_from_resource
Upload images to Google Drive from shared blob storage resources, enabling cross-server file transfers without data duplication through MCP protocol.
Instructions
Upload an image to Google Drive from a resource identifier.
The resource identifier references a blob in the shared blob storage volume (mapped via Docker volumes) that can be accessed by multiple MCP servers.
This allows other MCP servers to upload resources to the blob storage, and this server can then upload those resources to Google Drive without needing to transfer the actual file data through the MCP protocol.
Returns the file ID and web link for the uploaded image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource_id | Yes | Resource identifier (e.g., 'blob://1733437200-a3f9d8c2b1e4f6a7.png') | |
| name | No | ||
| parent_folder_id | No |