Azure Service Bus · Capability
Azure Service Bus Messaging Management
Unified workflow for managing Azure Service Bus messaging infrastructure including namespaces, queues, topics, and subscriptions. Designed for cloud architects and platform engineers managing enterprise messaging.
What You Can Do
GET
List namespaces
— List all namespaces
/v1/namespaces
GET
Get namespace
— Get namespace details
/v1/namespaces/{namespaceName}
GET
List queues
— List queues
/v1/queues
GET
List topics
— List topics
/v1/topics
MCP Tools
list-namespaces
List Azure Service Bus namespaces in a subscription
read-only
get-namespace
Get details of a specific Service Bus namespace
read-only
create-or-update-namespace
Create or update a Service Bus namespace
idempotent
delete-namespace
Delete a Service Bus namespace
idempotent
list-queues
List queues within a Service Bus namespace
read-only
list-topics
List topics within a Service Bus namespace
read-only
APIs Used
service-bus