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