addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / message_text / title
Removed value: -"Message Text"
removedInput schema / properties / service
Removed value: -{
- "title": "service",
- "type": "string"
-}
removedInput schema / properties / space_id / title
Removed value: -"Space Id"
addedInput schema / properties / thread_key / description
Added value: +"Reply in a thread by app-defined key (creates thread if not found)."
removedInput schema / properties / thread_key / title
Removed value: -"Thread Key"
addedInput schema / properties / thread_name
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Reply in an existing thread by its resource name (e.g. spaces/X/threads/Y)."
+}
removedInput schema / properties / user_google_email / title
Removed value: -"User Google Email"
changedInput schema / required
Previous value: -[
- "service",
- "user_google_email",
- "space_id",
- "message_text"
-]New value: +[
+ "user_google_email",
+ "space_id",
+ "message_text"
+]
removedInput schema / title
Removed value: -"send_messageArguments"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "type": "object",
+ "x-fastmcp-wrap-result": true
+}