Skip to main content
Glama

Claude Code DingTalk MCP Server

by sfyyy

dingtalk_send_link

Send a link message to DingTalk groups with title, description, and target URL. Optionally include an image URL for enhanced visibility.

Instructions

Send a link message to DingTalk group

Input Schema

NameRequiredDescriptionDefault
messageUrlYesTarget URL
picUrlNoOptional image URL
textYesLink description text
titleYesLink title

Input Schema (JSON Schema)

{ "properties": { "messageUrl": { "description": "Target URL", "type": "string" }, "picUrl": { "description": "Optional image URL", "type": "string" }, "text": { "description": "Link description text", "type": "string" }, "title": { "description": "Link title", "type": "string" } }, "required": [ "title", "text", "messageUrl" ], "type": "object" }
Install Server

Other Tools from Claude Code DingTalk MCP Server

Related Tools

    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/sfyyy/claude-code-dingtalk-mcp'

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