cca-domain2CCA 领域2:工具设计与MCP集成(18%权重)。当用户说"学domain2"、"工具设计"、"MCP集成"、"cca-domain2"时使用。
Install via ClawdBot CLI:
clawdbot install sawzhang/cca-domain2Grade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 8, 2026
A customer support platform has tools like `get_customer_info` and `lookup_user` with overlapping descriptions, causing the LLM to randomly choose between them. By redesigning tool descriptions to clearly specify input formats, use cases, and boundaries, the system improves tool selection reliability and reduces misrouting.
A company uses MCP servers to provide agents with structured access to databases and APIs. They configure project-level `.mcp.json` for shared tools like Jira and GitHub, and user-level `~/.claude.json` for personal servers. Environment variables manage credentials securely.
A multi-agent system for document processing uses `tool_choice: "any"` to ensure agents call tools instead of returning text, and forced tool choice to mandate initial metadata extraction. Each sub-agent is limited to 4-5 role-specific tools to avoid hallucination.
An MCP tool for financial transactions returns structured errors with `errorCategory` and `isRetryable` flags. The system handles transient errors with automatic retries, while validation errors are sent back to the user with clear explanations, improving recovery decisions.
Offer a SaaS platform that helps teams design and test tool descriptions for LLM agents, including A/B testing for selection accuracy and overlap detection.
Create a marketplace for pre-built MCP servers (e.g., for CRM, Jira, GitHub) with both community and premium custom servers. Revenue from listing fees or per-usage charges.
Provide consulting services to design and implement agent tool architectures, including tool scoping, error handling, and MCP integration.
💬 Integration Tip
Start by auditing existing tool descriptions for overlap and clarity, then implement structured error responses with `isRetryable` flags. Use `.mcp.json` at the project level for shared tools and environment variables for credentials.
Scored May 8, 2026
Use when building UI with shadcn/ui components, Tailwind CSS layouts, form patterns with react-hook-form and zod, theming, dark mode, sidebar layouts, mobile navigation, or any shadcn component question.
Tailwind reference tool. Use when working with tailwind in frontend contexts.
A product creation skill based on the "Bee Website Builder" Open API. It is used to create a new product under a specified site language and product group, w...
A product update skill based on the "Bee Website Builder" Open API. It is used to update an existing product under a specified site language and supports upd...
Build WCAG 2.1 AA compliant websites with semantic HTML, proper ARIA, focus management, and screen reader support. Includes color contrast (4.5:1 text), keyboard navigation, form labels, and live regions. Use when implementing accessible interfaces, fixing screen reader issues, keyboard navigation, or troubleshooting "focus outline missing", "aria-label required", "insufficient contrast".
Use when building Vue 3 applications with Composition API, Nuxt 3, or Quasar. Invoke for Pinia, TypeScript, PWA, Capacitor mobile apps, Vite configuration.