list_conversations
ActiveTool of SendIt
declared in 0.1.0
List unified inbox conversations across all connected channels. Aggregates comments, mentions, DMs, and messages from all organic and workspace connectors into a single inbox view.
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Max results (default 20)"
},
"status": {
"enum": [
"open",
"closed",
"snoozed",
"archived"
],
"type": "string",
"description": "Filter by conversation status"
},
"priority": {
"enum": [
"low",
"normal",
"high",
"urgent"
],
"type": "string",
"description": "Filter by priority"
},
"sentiment": {
"enum": [
"positive",
"neutral",
"negative",
"mixed"
],
"type": "string",
"description": "Filter by sentiment"
},
"assignedTo": {
"type": "string",
"description": "Filter by assignee"
},
"connectorId": {
"type": "string",
"description": "Filter by connector/platform"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries