mcp_config_broadcast_operations.json•876 B
{
"server": {
"url": "https://api.resend.com"
},
"authentication": [
{
"schema_parameters": {
"scheme": "bearer"
},
"type": "http",
"value": "BEARER_TOKEN"
}
],
"operations": [
{
"description": "Retrieve a list of broadcasts",
"name": "get_broadcasts"
},
{
"description": "Create a broadcast",
"name": "post_broadcasts"
},
{
"description": "Remove an existing broadcast that is in the draft status",
"name": "delete_broadcasts__id"
},
{
"description": "Retrieve a single broadcast",
"name": "get_broadcasts__id"
},
{
"description": "Send or schedule a broadcast",
"name": "post_broadcasts__id_send"
},
{
"description": "Send an email",
"name": "post_emails"
},
{
"description": "Trigger up to 100 batch emails at once.",
"name": "post_emails_batch"
}
]
}