Skip to main content
Glama
deadmau5v

wecom-msg-audit-mcp

by deadmau5v

wecom_query_messages

Query decrypted chat records saved locally. Filter by group, sender, message type, or keyword with pagination.

Instructions

查询本地已保存的解密聊天记录。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo返回条数上限
offsetNo分页偏移
roomidNo按群聊 roomid 过滤
keywordNo按关键词全文搜索
msgtypeNo按消息类型过滤(text、image、file 等)
from_userNo按发送者 userid 过滤

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are present, so the description must carry full behavioral disclosure. It only states the operation without revealing if it's read-only, what preconditions exist (e.g., local storage must be populated), or how pagination works. Input schema implies pagination but description does not clarify.

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

Conciseness3/5

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

The description is a single concise sentence, but it is under-specified for a tool with 6 parameters and an output schema. It could be expanded to include important context without verbosity.

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?

Given the presence of an output schema and multiple sibling tools, the description lacks completeness. It does not explain the local query nature, decryption context, or differentiate from wecom_pull_messages. The tool has several filters, but usage scenarios are omitted.

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?

Schema description coverage is 100% with each parameter having a Chinese description (e.g., limit, offset, filters). The tool description adds no additional semantic value beyond what the schema provides, meeting the baseline expectation.

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 queries locally saved decrypted chat records, specifying the resource (locally saved decrypted records) and verb (query). However, it does not distinguish from sibling tool wecom_pull_messages, which might pull from server, so a slight deduction.

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?

No guidance on when to use this tool vs alternatives like wecom_pull_messages. There is no mention of prerequisites, context, or exclusions. The single sentence provides only a basic description.

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/deadmau5v/wecom-msg-audit-mcp'

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