addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / action / description
Added value: +"Action to perform on the label."
removedInput schema / properties / action / title
Removed value: -"Action"
addedInput schema / properties / label_id / description
Added value: +"Label ID. Required for update and delete operations."
removedInput schema / properties / label_id / title
Removed value: -"Label Id"
addedInput schema / properties / label_list_visibility / description
Added value: +"Whether the label is shown in the label list."
removedInput schema / properties / label_list_visibility / title
Removed value: -"Label List Visibility"
addedInput schema / properties / message_list_visibility / description
Added value: +"Whether the label is shown in the message list."
removedInput schema / properties / message_list_visibility / title
Removed value: -"Message List Visibility"
addedInput schema / properties / name / description
Added value: +"Label name. Required for create, optional for update."
removedInput schema / properties / name / title
Removed value: -"Name"
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",
- "action"
-]New value: +[
+ "user_google_email",
+ "action"
+]
removedInput schema / title
Removed value: -"manage_gmail_labelArguments"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "type": "object",
+ "x-fastmcp-wrap-result": true
+}