Skip to main content
Glama
mradovic95

ActiveMQ MCP Server

by mradovic95

list_queues

Get a complete view of all queues associated with a specific ActiveMQ connection by providing its connection ID, enabling quick enumeration and monitoring of available message queues.

Instructions

List all queues for a connection

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
connectionIdYesID of the connection to list queues for
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It is a read operation that presumably lists queue names, but it does not disclose what data each returned queue entry contains, whether listing requires active/connected state, or whether there could be errors (e.g., invalid connectionId). Coverage of behavioral traits is minimal.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, focused sentence with no waste. Every word earns its place, and it front-loads the core action. This is appropriately concise for a simple single-parameter list tool.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 1 parameter, 100% schema coverage, no output schema, and no annotations, the tool is simple. The description is arguably sufficient for a minimal list operation given the schema covers the only parameter. However, absence of any note about return shape or error/connection requirements leaves slight room for improvement, so a 3 is fitting.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, meaning the schema already documents connectionId thoroughly. The description adds the conceptual framing that it lists queues 'for' the connection, which aligns with the parameter. Since the rule states high schema coverage (>80%) gives a baseline of 3 and the description modestly reinforces the param's role, a 4 is justifiable.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear verb+resource ('List all queues') but only scopes it to 'a connection' without specifying which connection type or adding context that distinguishes it from sibling tools like list_topics or queue_info. It is adequate but does not differentiate the tool's specific role among the many peer tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives no guidance on when to use this tool versus list_connections, queue_info, list_topics, or other sibling tools. There is no mention of prerequisites (e.g., connection must be active), no alternates named, and no exclusions. The usage context is entirely implied by the name.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mradovic95/activemq-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server