addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / form_id / description
Added value: +"The ID of the form to update publish settings for."
removedInput schema / properties / form_id / title
Removed value: -"Form Id"
addedInput schema / properties / is_accepting_responses
Added value: +{
+ "default": true,
+ "description": "Whether the form accepts responses. Only takes effect when the form is published. Defaults to True.",
+ "type": "boolean"
+}
addedInput schema / properties / is_published
Added value: +{
+ "default": true,
+ "description": "Whether the form is published and visible to responders. Defaults to True.",
+ "type": "boolean"
+}
removedInput schema / properties / publish_as_template
Removed value: -{
- "default": false,
- "title": "Publish As Template",
- "type": "boolean"
-}
removedInput schema / properties / require_authentication
Removed value: -{
- "default": false,
- "title": "Require Authentication",
- "type": "boolean"
-}
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"
-]New value: +[
+ "user_google_email",
+ "form_id"
+]
removedInput schema / title
Removed value: -"set_publish_settingsArguments"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "type": "object",
+ "x-fastmcp-wrap-result": true
+}