addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / insert_sheet_index
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+}
removedInput schema / properties / service
Removed value: -{
- "title": "service",
- "type": "string"
-}
addedInput schema / properties / sheet_name / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / sheet_name / default
Added value: +null
removedInput schema / properties / sheet_name / title
Removed value: -"Sheet Name"
removedInput schema / properties / sheet_name / type
Removed value: -"string"
addedInput schema / properties / source_sheet_name
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+}
removedInput schema / properties / spreadsheet_id / title
Removed value: -"Spreadsheet Id"
removedInput schema / properties / user_google_email / title
Removed value: -"User Google Email"
changedInput schema / required
Previous value: -[
- "service",
- "user_google_email",
- "spreadsheet_id",
- "sheet_name"
-]New value: +[
+ "user_google_email",
+ "spreadsheet_id"
+]
removedInput schema / title
Removed value: -"create_sheetArguments"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "type": "object",
+ "x-fastmcp-wrap-result": true
+}