bird_list_sms_templates
ActiveTool of io.usefulapi/bird
declared in 1.0.1
List the SMS templates available to the workspace (Bird built-ins + your own). Bird API: GET /v1/sms/templates.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"scope": {
"enum": [
"system",
"workspace"
],
"type": "string",
"description": "Filter by scope."
},
"category": {
"enum": [
"transactional",
"marketing",
"authentication",
"service"
],
"type": "string",
"description": "Filter by category."
},
"language": {
"type": "string",
"description": "Keep only templates in this BCP-47 language tag."
}
}
}Parent server
io.usefulapi/bird
https://github.com/m190/usefulapi-mcp
1/7 registries