addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / message_filter
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Optional filter string using the Chat API filter syntax.\n Supports createTime and thread.name.\n Examples:\n 'createTime > \"2026-03-18T00:00:00-03:00\"'\n 'createTime > \"2026-03-18T00:00:00-03:00\" AND createTime < \"2026-03-19T00:00:00-03:00\"'\n 'thread.name = spaces/X/threads/Y'"
+}
removedInput schema / properties / order_by / title
Removed value: -"Order By"
removedInput schema / properties / page_size / title
Removed value: -"Page Size"
removedInput schema / properties / service
Removed value: -{
- "title": "service",
- "type": "string"
-}
removedInput schema / properties / space_id / title
Removed value: -"Space Id"
removedInput schema / properties / user_google_email / title
Removed value: -"User Google Email"
changedInput schema / required
Previous value: -[
- "service",
- "user_google_email",
- "space_id"
-]New value: +[
+ "user_google_email",
+ "space_id"
+]
removedInput schema / title
Removed value: -"get_messagesArguments"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "type": "object",
+ "x-fastmcp-wrap-result": true
+}