Open the research RAG explorer (UI)
get_rag_explorerReturns an interactive HTML interface to browse, add, and search research documents in the knowledge base using BM25 indexing.
Instructions
Return the Research RAG Explorer UI as a self-contained HTML document, ready to render as a Cowork artifact — the visual front door to the local research RAG (FBMCPF-263/264). It lets the user browse a board's kb/ docs (including per-ticket research briefs), add new docs (add_kb_doc), and query the BM25 index (rag_search over kb + repo docs/ + Done-ticket summaries, with a search_kb fallback). Use this for natural-language asks like "show/open the RAG", "what's in the knowledge base", "let me query the research index". Do NOT hand-write your own explorer: take the returned html, write it to a file, and pass it to create_artifact (use artifact id "featureboard-rag-explorer"; if one is already open, reuse it via update_artifact). Use the mcp_tools array in this response VERBATIM as the artifact's mcp_tools — any tool you omit fails with "not in this artifact's mcp_tools allowlist".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||