Gmail
gmail_get_label
Get details for a specific label, including message and thread counts.
Remote node2flow/gmail-mcp
Other tools also called gmail_get_label?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The label ID (from gmail_list_labels, e.g., \"INBOX\", \"Label_1\")"
}
}
}