addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / service
Removed value: -{
- "title": "service",
- "type": "string"
-}
addedInput schema / properties / sheet_names / description
Added value: +"List of sheet names to create. If not provided, creates one sheet with default name."
removedInput schema / properties / sheet_names / title
Removed value: -"Sheet Names"
addedInput schema / properties / title / description
Added value: +"The title of the new spreadsheet. Required."
removedInput schema / properties / title / title
Removed value: -"Title"
addedInput schema / properties / user_google_email / description
Added value: +"The user's Google email address. Required."
removedInput schema / properties / user_google_email / title
Removed value: -"User Google Email"
changedInput schema / required
Previous value: -[
- "service",
- "user_google_email",
- "title"
-]New value: +[
+ "user_google_email",
+ "title"
+]
removedInput schema / title
Removed value: -"create_spreadsheetArguments"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "type": "object",
+ "x-fastmcp-wrap-result": true
+}