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

# Use an OAuth2 access token
client = mcp_toolbox_sdk_python.Client(access_token="YOUR_ACCESS_TOKEN")
Gets the latest version of the specified presentation.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://slides.googleapis.com/v1/presentations/{presentationId}
Gets the latest version of the specified page in the presentation.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://slides.googleapis.com/v1/presentations/{presentationId}/pages/{pageObjectId}
Generates a thumbnail of the latest version of the specified page in the pres…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://slides.googleapis.com/v1/presentations/{presentationId}/pages/{pageObjectId}/thumbnail
SDK on GitHub 📄 API Docs
SDK
mcp-toolbox-sdk-python
Python
API
googleapis.com
googleapis.com:slides
At a glance
Language Python
Endpoints5
Base URLhttps://slides.googleapis.com
✓ Official