RabbitMQ · Capability
RabbitMQ Management HTTP API — Bindings
RabbitMQ Management HTTP API — Bindings. 3 operations. Lead operation: List all bindings. Self-contained Naftiko capability covering one Rabbitmq business surface.
What You Can Do
GET
Listbindings
— List all bindings
/v1/bindings
GET
Listbindingsbetween
— List bindings between exchange and queue
/v1/bindings/{vhost}/e/{exchange}/q/{queue}
POST
Createbinding
— Create binding
/v1/bindings/{vhost}/e/{exchange}/q/{queue}
MCP Tools
list-all-bindings
List all bindings
read-only
idempotent
list-bindings-between-exchange-and
List bindings between exchange and queue
read-only
idempotent
create-binding
Create binding