get_cluster_status
Retrieves the current status and health of a RabbitMQ cluster, helping monitor nodes, queues, and overall availability.
Instructions
获取RabbitMQ集群状态
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Retrieves the current status and health of a RabbitMQ cluster, helping monitor nodes, queues, and overall availability.
获取RabbitMQ集群状态
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
v0.1.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full behavioral burden. It does not state whether this is a read-only operation, whether it requires specific permissions, what it returns, or how it behaves. It only restates the purpose, leaving the agent without operational context.
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 short sentence, front-loaded with verb and resource. It is concise and waste-free, though it may be overly terse for a tool intended to be selected among many siblings.
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 no annotations, no output schema, and a crowded sibling environment, the definition is incomplete. An agent needs to know what 'cluster status' includes, whether it is safe to call frequently, and how it differs from other read tools. The description does not address these gaps.
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?
The tool has zero parameters, so the baseline is 4. The description cannot add parameter meaning beyond that, and it correctly implies a no-argument call. No further detail is needed.
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 states a specific verb+resource ('获取' + 'RabbitMQ集群状态'), so the purpose is identifiable. However, it lacks sibling differentiation – the sibling list has many 'list_' and 'get_' tools, and this description does not explain how it differs from list_queues, list_connections, etc. It is adequate but vague about scope.
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?
There is no when-to-use guidance. The description does not explain when an agent should retrieve cluster status versus using another sibling tool, nor does it mention any prerequisites or exclusions. With a large set of sibling tools, this omission is notable.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.