bird_list_whatsapp_messages
ActiveTool of io.usefulapi/bird
declared in 1.0.1
List WhatsApp messages (inbound + outbound) for the workspace, newest first, as a cursor page. Bird API: GET /v1/whatsapp/messages.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "integer",
"maximum": 1000,
"description": "Max items per page.",
"exclusiveMinimum": 0
},
"starting_after": {
"type": "string",
"description": "Cursor from a previous response's `next_cursor` field, to fetch the next page."
}
}
}Parent server
io.usefulapi/bird
https://github.com/m190/usefulapi-mcp
1/7 registries