Skip to main content
Create a new document with optional initial content

Tool details

FieldValue
Namedocs-google__create_document
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "title": {
      "type": "string",
      "description": "Document title"
    }
  },
  "required": [
    "title"
  ],
  "description": "Input schema for the docs-google__create_document tool."
}

Output schema

This tool does not publish an output schema.