Ping Identity
mail_list_threads
List email threads in your agent's inbox. Returns newest first.
Remote loomal/identity
Remote (network-hosted)
Other tools also called mail_list_threads?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Max threads to return (default 20, max 100)"
},
"pageToken": {
"type": "string",
"maxLength": 100,
"description": "Pagination token"
}
}
}