addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / form_id / description
Added value: +"The ID of the form."
removedInput schema / properties / form_id / title
Removed value: -"Form Id"
addedInput schema / properties / response_id / description
Added value: +"The ID of the response to retrieve."
removedInput schema / properties / response_id / title
Removed value: -"Response Id"
removedInput schema / properties / service
Removed value: -{
- "title": "service",
- "type": "string"
-}
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",
- "form_id",
- "response_id"
-]New value: +[
+ "user_google_email",
+ "form_id",
+ "response_id"
+]
removedInput schema / title
Removed value: -"get_form_responseArguments"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "type": "object",
+ "x-fastmcp-wrap-result": true
+}