| Tool | Mode | Operations |
|---|---|---|
pulsar_admin_resourcequota_read |
read | get |
pulsar_admin_resourcequota_write |
write | set, reset |
Claude connector safety: Actual MCP tools are split into pulsar_admin_resourcequota_read and pulsar_admin_resourcequota_write. The read tool is read-only and only exposes read operations/parameters. The write tool is destructive and is not registered in read-only mode.
Read resource quota configuration for default quotas or namespace bundles.
- quota
- get: Get a resource quota
namespace(string, optional): Namespace name intenant/namespaceformatbundle(string, optional): Bundle range in{start-boundary}_{end-boundary}format
- get: Get a resource quota
If namespace and bundle are omitted, the default quota is returned. If one of namespace or bundle is specified, the other must also be specified.
Set or reset resource quota configuration.
- quota
- set: Set a resource quota
namespace(string, optional): Namespace name intenant/namespaceformatbundle(string, optional): Bundle range in{start-boundary}_{end-boundary}formatmsgRateIn(number, required): Incoming messages per secondmsgRateOut(number, required): Outgoing messages per secondbandwidthIn(number, required): Inbound bandwidth in bytes per secondbandwidthOut(number, required): Outbound bandwidth in bytes per secondmemory(number, required): Memory usage in Mbytesdynamic(boolean, optional): Allow dynamic recalculation
- reset: Reset a namespace bundle resource quota to the default
namespace(string, required): Namespace name intenant/namespaceformatbundle(string, required): Bundle range in{start-boundary}_{end-boundary}format
- set: Set a resource quota