Using mcp-toolbox-sdk-python with googleapis.com

Python integration

✓ Official SDK
Install
pip install mcp-toolbox-sdk-python
Quick start
import mcp-toolbox-sdk-python

client = mcp_toolbox_sdk_python.Client("YOUR_API_KEY")
List labels.
curl \
  https://drivelabels.googleapis.com/v2beta/labels
Gets the user capabilities.
curl \
  https://drivelabels.googleapis.com/v2beta/{name}
Get the constraints on the structure of a Label; such as, the maximum number …
curl \
  https://drivelabels.googleapis.com/v2beta/limits/label
SDK on GitHub 📄 API Docs
SDK
mcp-toolbox-sdk-python
Python
API
googleapis.com
googleapis.com:drivelabels
At a glance
Language Python
Endpoints16
Base URLhttps://drivelabels.googleapis.com
✓ Official