addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / clear_values / description
Added value: +"If True, clears the range instead of writing values. Defaults to False."
removedInput schema / properties / clear_values / title
Removed value: -"Clear Values"
addedInput schema / properties / range_name / description
Added value: +"The range to modify (e.g., \"Sheet1!A1:D10\", \"A1:D10\"). Required."
removedInput schema / properties / range_name / title
Removed value: -"Range Name"
removedInput schema / properties / service
Removed value: -{
- "title": "service",
- "type": "string"
-}
addedInput schema / properties / spreadsheet_id / description
Added value: +"The ID of the spreadsheet. Required."
removedInput schema / properties / spreadsheet_id / title
Removed value: -"Spreadsheet Id"
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"
addedInput schema / properties / value_input_option / description
Added value: +"How to interpret input values (\"RAW\" or \"USER_ENTERED\"). Defaults to \"USER_ENTERED\"."
removedInput schema / properties / value_input_option / title
Removed value: -"Value Input Option"
changedInput schema / properties / values / anyOf
Previous value: -[
- {
- "items": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "type": "string"
+ },
+ {
+ "items": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / values / description
Added value: +"2D array of values to write/update. Can be a JSON string or Python list. Required unless clear_values=True."
removedInput schema / properties / values / title
Removed value: -"Values"
changedInput schema / required
Previous value: -[
- "service",
- "user_google_email",
- "spreadsheet_id",
- "range_name"
-]New value: +[
+ "user_google_email",
+ "spreadsheet_id",
+ "range_name"
+]
removedInput schema / title
Removed value: -"modify_sheet_valuesArguments"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "type": "object",
+ "x-fastmcp-wrap-result": true
+}