sheets_create
ActiveTool of Google_sheets
declared in 0.1.0
Create a new Google Spreadsheet. Optionally set title and initial sheet names. Returns spreadsheet ID and sharing URL.
Parameters schema
{
"type": "object",
"examples": [
{
"title": "Q4 Sales Report"
},
{
"title": "Monthly Budget Tracker"
}
],
"required": [
"title"
],
"properties": {
"title": {
"type": "string",
"description": "Title for the new spreadsheet"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Google_sheets
https://github.com/pipeworx-io/mcp-google_sheets
1/7 registries