search_qa_cases
Search curated Q&A cases to resolve MCP server errors, timeouts, and configuration issues. Each case provides problem, cause, and solution.
Instructions
Search 147+ Q&A cases — curated solutions to real GitHub Issues with MCP servers and AI tools. Each case is structured as: problem (symptom) → cause → solution (markdown with code).
Use this FIRST when the user reports an error or unexpected behavior with an MCP server. Many common errors (timeouts, ESM/require issues, Windows path bugs, rate limits, connection failures) already have curated fixes.
Args: query: Free-text search over title, problem, error keywords, tools used. Example: "ReadTimeout", "ESM require", "windows path", "rate limit". server: Filter by related MCP server slug. Example: "fastapi-mcp", "github-mcp-server". category: troubleshooting | install | config | usage. Default: any. lang: en | ru. Default: en. limit: Max results (1-25, default 10).
Returns:
Dict with count and results. Each result: slug, title, problem (preview),
category, tools_used (list), error_keywords (list), related_server_slug,
quality_score (0-10), helpful_count, page_url.
The slug opens a full case at https://thedailyworkflow.com/qa/ with the
complete solution markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| server | No | ||
| category | No | ||
| lang | No | en | |
| limit | No |