docs_create
ActiveTool of Google_docs
declared in 0.1.0
Create a new Google Doc with a title. Returns the document ID needed for editing operations.
Parameters schema
{
"type": "object",
"examples": [
{
"title": "Project Proposal"
},
{
"title": "Meeting Notes - Q4 2024"
}
],
"required": [
"title"
],
"properties": {
"title": {
"type": "string",
"description": "Title for the new document"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Google_docs
https://github.com/pipeworx-io/mcp-google_docs
1/7 registries