Skip to main content
Glama
Houlong66

MNS MCP Manager

by Houlong66

send_message

Send a message to a specified Alibaba Cloud MNS queue by providing the queue name and message body. This action dispatches the message for processing.

Instructions

发送消息到指定队列。

Args:
    queue_name (str): 队列名称。
    message_body (str): 消息内容。

Returns:
    str: 发送结果信息。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queue_nameYes
message_bodyYes
Behavior2/5

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

The description only states the action and return type. It does not disclose whether the queue must exist, what happens on failure, whether the operation is idempotent, or any side effects. Since no annotations are provided, the description carries the full burden and falls short.

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

Conciseness4/5

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

The description is very concise and well-structured with an Args/Returns section. It is front-loaded with the primary purpose. However, it omits important usage context that would enhance completeness, so it's not a perfect 5.

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

Completeness2/5

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

The tool is simple, but the description lacks critical context such as requiring the queue to exist (created via create_mns_queue), what the returned result string contains, and error handling. This leaves the agent under-informed for invoking the tool successfully.

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

Parameters3/5

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

The description includes Chinese explanations for both parameters ('Queue name' and 'Message content'), but these essentially restate the parameter names. With 0% schema description coverage, the description provides minimal additional meaning but doesn't clarify formats, constraints, or edge cases.

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

Purpose5/5

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

The description clearly states 'Send a message to the specified queue' (发送消息到指定队列). This is a specific verb+resource combination that distinguishes it from sibling tools like create_mns_queue, receive_and_delete_messages, and list_queues.

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

Usage Guidelines3/5

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

The usage is implied by the name and purpose, but there is no explicit guidance on when to use it vs alternatives, nor any mention of prerequisites such as the queue needing to exist before sending. No exclusions or alternative references are provided.

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/Houlong66/mns-mcp-server'

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