Skip to main content
Glama
moonfruit

ibm-mq-mcp

by moonfruit

list_channels

Read-onlyIdempotent

List channels and their definitions on a specific IBM MQ queue manager, using an optional name pattern to filter results.

Instructions

列出通道及其定义。

Args: qmgr: 队列管理器名称,例如 QM1 name: 通道名过滤,支持通配符,例如 DEV.* 或 *

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo*
qmgrYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds minor context by saying the tool returns channel definitions, but it does not disclose additional behavioral traits such as filtering semantics, output format details, or any side effects. With annotations carrying the main burden, this is adequate but not rich.

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 compact and well-structured: a one-line purpose statement followed by an Args section. Every sentence earns its place, and the parameter explanations are front-loaded and easy to scan. No redundant or filler content is present.

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

Completeness4/5

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

For a simple read-only listing tool, the description is largely complete: it states what is listed, names both parameters, and is supported by rich annotations and an output schema. The main gap is the absence of any routing guidance about when to use list_channels versus get_channel or list_queues, which would make the contextual handoff more complete.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must compensate — and it does. It explains qmgr as the queue manager name with a concrete example ('QM1') and defines name as a channel-name filter supporting wildcards with examples ('DEV.*' or '*'). This adds meaningful semantic information that the schema lacks and fully clarifies both parameters.

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

Purpose4/5

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

The description clearly states the tool's action and resource: '列出通道及其定义' (list channels and their definitions). It is specific enough to distinguish from list_queue_managers and list_queues by name, but it does not explicitly contrast itself with sibling tools like get_channel. Thus it meets the threshold for 'clear but no sibling differentiation'.

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 provides parameter-level usage details but gives no guidance on when to choose this tool over alternatives such as get_channel or list_queues. It does not state any exclusions or preferred use cases, so the agent is left to infer when this tool is appropriate. This is effectively no usage guidance beyond the basic 'list channels' operation.

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

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/moonfruit/ibm-mq-mcp'

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