addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / add_label_ids / description
Added value: +"List of label IDs to add to the message."
addedInput schema / properties / add_label_ids / items
Added value: +{
+ "type": "string"
+}
removedInput schema / properties / add_label_ids / title
Removed value: -"Add Label Ids"
addedInput schema / properties / add_label_ids / type
Added value: +"array"
addedInput schema / properties / message_id / description
Added value: +"The ID of the message to modify."
removedInput schema / properties / message_id / title
Removed value: -"Message Id"
addedInput schema / properties / remove_label_ids / description
Added value: +"List of label IDs to remove from the message."
addedInput schema / properties / remove_label_ids / items
Added value: +{
+ "type": "string"
+}
removedInput schema / properties / remove_label_ids / title
Removed value: -"Remove Label Ids"
addedInput schema / properties / remove_label_ids / type
Added value: +"array"
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",
- "message_id"
-]New value: +[
+ "user_google_email",
+ "message_id"
+]
removedInput schema / title
Removed value: -"modify_gmail_message_labelsArguments"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "type": "object",
+ "x-fastmcp-wrap-result": true
+}