misakanet_search
Search a public failure-lesson index by error text or keyword to discover relevant debugging lessons from real engineering sessions.
Instructions
Search MisakaNet's public failure-lesson index by error text, keyword, or topic. Use when you need to discover relevant lessons and do not already know a lesson ID. Input semantics: query is required; domain optionally filters by lesson domain; top limits ranked results and defaults to 5. Output schema: JSON with results[] and source; each result is a ranked lesson summary that may include path, title, domain/status, score/rank, and match details depending on the active index. Error cases: missing query, unavailable search index, or no matches (empty results). Side effects: none. Auth: none. Rate limits: local stdio process only; callers should keep result counts small. Do not use for private log collection; search only with redacted snippets. Use misakanet_get_lesson for full content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum ranked results to return. Defaults to 5; keep small for MCP context and latency. | |
| query | Yes | Required redacted error message, keyword, or topic (for example: 'pip install timeout' or 'DCO sign-off failed'). | |
| domain | No | Optional domain filter such as devops, python, network, feishu, rag, fanuc, or mcp. |