list-operator-policies-vhost
Retrieve all operator policies applied to a specific virtual host in RabbitMQ.
Instructions
List all operator policies for a given vhost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vhost | Yes |
Retrieve all operator policies applied to a specific virtual host in RabbitMQ.
List all operator policies for a given vhost.
| Name | Required | Description | Default |
|---|---|---|---|
| vhost | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations provide readOnlyHint=true and openWorldHint=true, indicating a safe read operation. However, the description adds no behavioral context beyond this, such as error handling if vhost doesn't exist, pagination, or sorting behavior, which would be expected for a list operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence that directly states purpose. It is concise and contains no superfluous words, making it easy to parse quickly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's low complexity (one required parameter, no output schema), the description is minimal but adequate. It covers the core purpose, but lacks information about output format, potential errors, or prerequisites that could aid an agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage, the tool description fails to explain the 'vhost' parameter beyond its type. No guidance on format, source, or context is provided, leaving the agent without necessary semantic information.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'List' and the resource 'operator policies' with the scope 'for a given vhost.' It effectively distinguishes from siblings like 'list-operator-policies' (no vhost scope) and 'get-operator-policy' (single policy).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives such as 'list-operator-policies' or 'get-operator-policy'. The description lacks explicit when-to-use, when-not-to-use, or alternative suggestions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kmitchell/rabbitmq-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server