Skip to main content

Docs Create Document

Snapshot Catalog Entry

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

POSTgoogle.docs_create_document

Create a Google Doc.

Request Body

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

Example Responses

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