ワンクリックで
daily-standup
// Generate and post a daily standup report. Checks project state, pending tasks, and unread messages, then posts a structured summary to the specified channel.
// Generate and post a daily standup report. Checks project state, pending tasks, and unread messages, then posts a structured summary to the specified channel.
| name | daily-standup |
| description | Generate and post a daily standup report. Checks project state, pending tasks, and unread messages, then posts a structured summary to the specified channel. |
| disable-model-invocation | false |
| allowed-tools | mcp__teammcp__get_state, mcp__teammcp__list_tasks, mcp__teammcp__get_inbox, mcp__teammcp__send_message, mcp__teammcp__send_dm, mcp__teammcp__get_agents |
Gather project status
get_state for each active project to collect current status fields.status, progress, blockers).Check task board
list_tasks to retrieve all tasks.Check inbox
get_inbox to see any unread messages.Check team availability
get_agents to see who is online/active.Compose standup report
Daily Standup — [today's date]
Done (since last standup):
- [completed items]
In Progress:
- [current work items with status]
Blocked:
- [blockers and what's needed to unblock]
Upcoming:
- [next priorities]
Notes:
- [unread message count, team availability, other observations]
Post the report
$ARGUMENTS specifies a channel, use that.general.send_message to post the standup report to the channel./daily-standup — Post standup to #general/daily-standup <channel> — Post standup to the specified channelSend 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.
Check and process unread TeamMCP inbox messages. Reviews all unread items, acknowledges processed ones, and summarizes what needs attention.
Search team knowledge across messages, project state, and task history. Compiles relevant context from multiple TeamMCP sources to answer questions.