Skip to main content

Sheets Create Spreadsheet

Snapshot Catalog Entry

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

POSTgoogle.sheets_create_spreadsheet

Create a Google Sheet.

Request Body

{
"jsonrpc": "2.0",
"id": "google-sheets-create-spreadsheet-example",
"method": "tools/call",
"params": {
"name": "google.sheets_create_spreadsheet",
"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-sheets-create-spreadsheet-example",
"method": "tools/call",
"params": {
"name": "google.sheets_create_spreadsheet",
"arguments": {
"title": ""
}
}
}'

Example Responses

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