Skip to main content
Glama
aiguicai

WeCom Mail MCP

by aiguicai

Get Mailbox Info

get_mailbox_info

Retrieve the current app mailbox account and its alias email addresses to confirm the actual sender address before sending mail.

Instructions

查询当前应用邮箱账号与别名邮箱,用于确认实际发件人地址。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okNo
providerNowecom
alias_listNo
sender_emailYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses what is queried (current app mailbox and aliases), and the verb '查询' implies a read-only operation, but it does not explicitly state safety, permissions, or side effects. This is adequate but not rich behavioral context.

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, front-loaded sentence that states the resource and purpose without any wasted words. It is appropriately sized for this simple tool.

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?

Given the tool is a simple zero-parameter query and an output schema exists, the description need not explain return values. It covers what is retrieved and a primary use case, which is sufficient for an agent to invoke it correctly, though a note on read-only safety would make it fully complete given the lack of annotations.

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?

The tool has zero parameters, so there are no parameter semantics to describe. The baseline for zero parameters is 4, and the description does not need to add parameter details.

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 uses a specific verb (查询/query) and resource (当前应用邮箱账号与别名邮箱/current app mailbox account and alias mailboxes), clearly identifying the tool's function. It does not explicitly name or distinguish itself from the sibling send_email tool, so it falls short of a 5.

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

Usage Guidelines4/5

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

The phrase '用于确认实际发件人地址' (used to confirm the actual sender address) provides a clear use case context. It does not offer when-not-to-use guidance or name alternatives, but it gives the agent enough to know when to call it.

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

Deploy Server

Other Tools