Skip to main content
Glama

Claude Code DingTalk MCP Server

by sfyyy

dingtalk_send_markdown

Send markdown-formatted messages to DingTalk groups to notify teams with detailed task alerts, including custom titles, formatted text, and optional @all mentions.

Instructions

Send a markdown message to DingTalk group

Input Schema

NameRequiredDescriptionDefault
atAllNoWhether to @all members
textYesMarkdown formatted text content
titleYesMessage title

Input Schema (JSON Schema)

{ "properties": { "atAll": { "default": false, "description": "Whether to @all members", "type": "boolean" }, "text": { "description": "Markdown formatted text content", "type": "string" }, "title": { "description": "Message title", "type": "string" } }, "required": [ "title", "text" ], "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