set-user-limit

Set a user limit.

Server Rabbitmq rabbitmq-mcp
Category Write
Risk class Medium
Parameters 33 required

What set-user-limit does on Rabbitmq

AI agents use set-user-limit to create or update resources in Rabbitmq — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Rabbitmq environment.

ParameterTypeRequiredDescription
name string Yes
user string Yes
value number Yes

Parameters from the server's own tool schema.

Why set-user-limit needs a policy

The tool creates or modifies user limit settings in RabbitMQ, which is a reversible configuration change. While it alters state, the effect is bounded to user resource constraints rather than destructive deletion or financial operations.

From the tool's definition Tool name 'set-user-limit' indicates modification of user configuration/limits. Description states 'Set a user limit,' which is a configuration change operation.

Questions about set-user-limit

What does the set-user-limit tool do? +

Set a user limit. It is categorised as a Write tool in the Rabbitmq MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does set-user-limit accept? +

set-user-limit accepts 3 parameters: name, user, value. Required: name, user, value. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on set-user-limit? +

Register the Rabbitmq MCP server in PolicyLayer and add a rule for set-user-limit: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Rabbitmq. Nothing to install.

What risk level is set-user-limit? +

set-user-limit is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit set-user-limit? +

Yes. Add a rate_limit block to the set-user-limit rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block set-user-limit completely? +

Set action: deny in the PolicyLayer policy for set-user-limit. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides set-user-limit? +

set-user-limit is provided by the Rabbitmq MCP server (rabbitmq-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.