Skip to main content

Slides Create Presentation

Snapshot Catalog Entry

This page is generated from broker tools/list snapshot data.

POSTgoogle.slides_create_presentation

Create a Google Slides presentation.

Request Body

{
"jsonrpc": "2.0",
"id": "google-slides-create-presentation-example",
"method": "tools/call",
"params": {
"name": "google.slides_create_presentation",
"arguments": {
"title": ""
}
}
}

Arguments Schema

{
"properties": {},
"required": [
"title"
],
"type": "object"
}

Code Examples

curl -X POST 'https://madpanda3d.com/lab/mad-mcps/portal/api/mcp' \
-H 'Authorization: Bearer mad_live_***' \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"id": "google-slides-create-presentation-example",
"method": "tools/call",
"params": {
"name": "google.slides_create_presentation",
"arguments": {
"title": ""
}
}
}'

Example Responses

{
"ok": true,
"message": "Tool google.slides_create_presentation executed successfully.",
"note": "Response shape varies by MCP tool. Inspect live responses for exact fields."
}