Skip to main content
Glama

Claude Code DingTalk MCP Server

by sfyyy

dingtalk_notify_session_end

Send session completion notifications via DingTalk, including session type, duration, tasks, summary, and stats like files modified and tools used. Integrates Claude Code for efficient task alerts.

Instructions

Send a session completion notification with automatic stats

Input Schema

NameRequiredDescriptionDefault
atAllNoWhether to @all members
durationNoSession duration (e.g., "30分钟", "1小时20分")
filesCountNoNumber of files modified/created
mainTasksNoList of main tasks completed in this session
sessionTypeNoType of session (e.g., "开发协助", "代码审查", "问题解决")开发协助
summaryNoBrief summary of the session会话已完成
toolsUsedNoNumber of tools/commands used

Input Schema (JSON Schema)

{ "properties": { "atAll": { "default": false, "description": "Whether to @all members", "type": "boolean" }, "duration": { "description": "Session duration (e.g., \"30分钟\", \"1小时20分\")", "type": "string" }, "filesCount": { "default": 0, "description": "Number of files modified/created", "type": "number" }, "mainTasks": { "description": "List of main tasks completed in this session", "items": { "type": "string" }, "type": "array" }, "sessionType": { "default": "开发协助", "description": "Type of session (e.g., \"开发协助\", \"代码审查\", \"问题解决\")", "type": "string" }, "summary": { "default": "会话已完成", "description": "Brief summary of the session", "type": "string" }, "toolsUsed": { "default": 0, "description": "Number of tools/commands used", "type": "number" } }, "required": [], "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