Skip to main content
Glama
valentil

FeatureBoard MCP Server

by valentil

Open the research RAG explorer (UI)

get_rag_explorer
Read-only

Returns 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

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations declare readOnlyHint=true, but the description adds significant behavioral context: the tool returns HTML that must be written to a file and used with create_artifact/update_artifact, and the mcp_tools array must be used verbatim to avoid allowlist errors. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose and provides essential context, usage examples, and procedural instructions. It is slightly lengthy but each sentence adds value, making it effective without being overly verbose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no parameters, no output schema, and annotations covering read-only nature, the description is comprehensive. It explains the return type, artifact usage, MCP tool requirements, and related tools. Minor omission: no error handling details, but overall sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has zero parameters, so no parameter description is needed. Baseline score of 4 applies as there is nothing to explain beyond what the schema provides (schema_description_coverage=100%).

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns the Research RAG Explorer UI as a self-contained HTML document, ready to render as a Cowork artifact. It distinguishes this from hand-written explorers and relates to sibling tools like add_kb_doc, rag_search, and search_kb.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit usage examples are given: 'show/open the RAG', 'what's in the knowledge base', 'let me query the research index'. Negative guidance is provided: 'Do NOT hand-write your own explorer'. Instructions for artifact handling are also included.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/valentil/featureboard-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server