Google Sheets
GOOGLESHEETS_CREATE_GOOGLE_SHEET1
Creates a new Google Spreadsheet in Google Drive using the provided title.
Remote googlesheets
Other tools also called GOOGLESHEETS_CREATE_GOOGLE_SHEET1?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"title": {
"type": "string",
"description": "The title for the new Google Sheet. This will be the name of the file in Google Drive.\nExamples:\n \"Q4 Financial Report\"\n \"Project Plan Ideas\"\n \"Meeting Notes\""
}
}
}