com um clique
check-inbox
// Check and process unread TeamMCP inbox messages. Reviews all unread items, acknowledges processed ones, and summarizes what needs attention.
// Check and process unread TeamMCP inbox messages. Reviews all unread items, acknowledges processed ones, and summarizes what needs attention.
Send a file or image to WeChat via TeamMCP. Use when the user wants to send a file, image, or document to WeChat.
Send an image or screenshot to WeChat. Use when the user wants to send a picture, screenshot, or photo to WeChat.
Deploy claude-code-router for third-party API support (OpenRouter, Gemini, DeepSeek, etc). Use when setting up non-Anthropic API providers for TeamMCP agents.
Quick start guide for TeamMCP first-time users. Walk through installation, configuration, and first deployment in minutes.
Generate and post a daily standup report. Checks project state, pending tasks, and unread messages, then posts a structured summary to the specified channel.
Search team knowledge across messages, project state, and task history. Compiles relevant context from multiple TeamMCP sources to answer questions.
| name | check-inbox |
| description | Check and process unread TeamMCP inbox messages. Reviews all unread items, acknowledges processed ones, and summarizes what needs attention. |
| disable-model-invocation | false |
| allowed-tools | mcp__teammcp__get_inbox, mcp__teammcp__ack_inbox, mcp__teammcp__send_message, mcp__teammcp__send_dm |
Fetch unread messages
get_inbox to retrieve all unread inbox items.Review each item
Categorize messages
Acknowledge processed items
ack_inbox with the message ID to mark it as read.Generate summary
Respond if needed
$ARGUMENTS includes "respond", also draft and send replies to urgent items using send_message (for channels) or send_dm (for direct messages)./check-inbox — Check inbox and summarize only/check-inbox respond — Check inbox, summarize, and respond to urgent items