bird_get_sms_message
ActiveTool of io.usefulapi/bird
declared in 1.0.1
Fetch a single SMS message by id. Bird API: GET /v1/sms/messages/{message_id}.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"message_id"
],
"properties": {
"message_id": {
"type": "string",
"description": "SMS message id."
}
}
}Parent server
io.usefulapi/bird
https://github.com/m190/usefulapi-mcp
1/7 registries