Gmail

gmail_get_thread

Get all messages in a thread (conversation). Returns the complete email chain.

Remote node2flow/gmail-mcp

Other tools also called gmail_get_thread? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The thread ID (from gmail_list_threads or message.threadId)"
    },
    "format": {
      "enum": [
        "full",
        "metadata",
        "minimal"
      ],
      "type": "string",
      "description": "Response format for thread messages"
    }
  }
}
          

Provider

Gmail →