Skip to main content
Glama

mcp-notify

wework_app_send_image

Send image messages through WeChat Work application to specified users or all members using image URLs for team communication and notifications.

Instructions

通过企业微信应用号发送发送图片消息

Input Schema

NameRequiredDescriptionDefault
touserNo接收消息的成员ID,多个用`|`分隔,为`@all`时向该企业应用全部成员发送,默认从环境变量获取
urlYes图片URL

Input Schema (JSON Schema)

{ "properties": { "touser": { "default": "", "description": "接收消息的成员ID,多个用`|`分隔,为`@all`时向该企业应用全部成员发送,默认从环境变量获取", "type": "string" }, "url": { "description": "图片URL", "type": "string" } }, "required": [ "url" ], "type": "object" }

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/al-one/mcp-notify'

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