list_sms_messages
ActiveTool of KaiCalls
declared in 1.0.0
List recent SMS messages for the authenticated business. Filter by conversation or direction (inbound/outbound).
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"maximum": 100,
"minimum": 1,
"description": "Max results to return (default 50, max 100)"
},
"offset": {
"type": "integer",
"minimum": 0,
"description": "Zero-based pagination offset (default 0)"
},
"direction": {
"type": "string",
"description": "Filter by direction: inbound or outbound (optional)"
},
"conversation_id": {
"type": "string",
"description": "Filter by conversation ID (optional)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
KaiCalls
https://github.com/cgallic/kai_calls
1/7 registries