Google Super
GOOGLESUPER_CREATE_GOOGLE_SHEET1
Creates a new Google Spreadsheet in Google Drive using the provided title.
Remote googlesuper
Other tools also called GOOGLESUPER_CREATE_GOOGLE_SHEET1?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"title": {
"type": "string",
"title": "Title",
"examples": [
"Q4 Financial Report",
"Project Plan Ideas",
"Meeting Notes"
],
"description": "The title for the new Google Sheet. This will be the name of the file in Google Drive."
}
}
}