design-mcp-workflow
द्वारा anthropic
Zoom MCP वर्कफ़्लो को Claude के लिए डिज़ाइन करें। इसका उपयोग तब करें जब यह तय करना हो कि Zoom MCP किसी कार्य के लिए उपयुक्त है या नहीं, जब टूल-आधारित AI वर्कफ़्लो की योजना बना रहे हों, या जब MCP को अलग कर रहे हों…
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill design-mcp-workflowDesign MCP Workflow
Use this skill when the user wants Claude or another MCP-capable client to interact with Zoom via tool calls instead of only deterministic API code.
Covers
- MCP fit assessment
- REST API vs MCP boundaries
- Hybrid architectures
- Connector expectations
- Whiteboard-specific MCP routing
Workflow
- Decide whether the problem is agentic tooling, deterministic automation, or both.
- Route MCP-only tasks to zoom-mcp.
- Route hybrid tasks to both zoom-mcp and rest-api.
- If Whiteboard is central, route to zoom-mcp/whiteboard.
- Call out transport, auth, and client capability assumptions explicitly.
Common Mistakes
- Using MCP for deterministic backend jobs that should stay in REST
- Treating MCP as a replacement for all API design
- Ignoring client transport support and auth requirements