Google Super
GOOGLESUPER_FETCH_MESSAGE_BY_THREAD_ID
Retrieves messages from a Gmail thread using its `thread_id`, where the thread must be accessible by the specified `user_id`.
Remote googlesuper
Other tools also called GOOGLESUPER_FETCH_MESSAGE_BY_THREAD_ID?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"user_id": {
"type": "string",
"title": "User Id",
"default": "me",
"examples": [
"me",
"[email protected]"
],
"description": "The email address of the user."
},
"thread_id": {
"type": "string",
"title": "Thread Id",
"examples": [
"xsdfe3264vrfw"
],
"description": "Unique ID of the thread, obtainable from actions like 'listThreads' or 'fetchEmails'."
},
"page_token": {
"type": "string",
"title": "Page Token",
"default": "",
"examples": [
"CiAKGhIKJdealEffectivelyPageToken"
],
"description": "Opaque page token for fetching a specific page of messages if results are paginated."
}
}
}