Skip to main content
Glama
atttx123
by atttx123

send_file_message

Send a file to WeCom members by providing a file path; automatically uploads and delivers to specified users, parties, or tags. Supports files up to 20MB.

Instructions

发送文件给企业微信成员 (自动上传文件并发送)。

限制: 文件不超过 20MB。media_id 仅 3 天内有效。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
to_tagNo
to_userNo
agent_idNo
to_partyNo
file_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses auto-upload behavior and the file size/media_id validity constraints, adding some behavioral context. However, it omits error conditions, permissions, or side effects, leaving notable gaps.

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 two concise sentences: the first states the purpose, the second states limitations. Every word earns its place, and there is no redundancy.

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?

Despite having an output schema, the description lacks essential input semantics for the five parameters, making it incomplete for reliable use. The brief purpose and constraints are not enough for an agent to correctly populate recipient fields and file_path.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not mention any parameters. It fails to explain what to_user, to_tag, to_party, agent_id, or even file_path mean, forcing the agent to rely solely on property names. This insufficient compensation for the low schema coverage.

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 the tool sends a file to WeChat Work members and mentions automatic upload, distinguishing it from sibling text/markdown message tools. The verb+resource is specific and unambiguous.

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 description clearly implies usage when sending files, with contextual constraints like the 20MB limit and media_id validity. It doesn't explicitly contrast with alternatives like send_text_message, but the purpose is distinct enough to provide clear context without exclusions.

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/atttx123/wecom-mcp-server'

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