Skip to main content
Glama
K-Jadeja

@kjadeja/open-featurebase-mcp

by K-Jadeja

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_featurebase_postsB

List posts on the configured Featurebase feedback board.

get_featurebase_postB

Get a single post by slug, optionally with full comment thread.

get_featurebase_postsA

Batch-fetch multiple posts by slug array.

search_featurebase_postsA

Search posts by keyword over title + body.

get_featurebase_stats

Board-wide statistics and aggregates.

get_featurebase_stalled_promisesC

Find posts where admin replied, customer spoke last, admin silent for N+ days.

find_featurebase_userB

Look up user IDs by partial name match.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: batch fetch by slugs, list all, get single, search, find stalled promises, and user lookup. No overlap in functionality.

Naming Consistency4/5

All tools follow a verb_featurebase_noun pattern, but verbs like 'get' are used for multiple actions (batch, single, stalled promises) and 'find' vs 'search' introduces minor inconsistency.

Tool Count5/5

Six tools is well-scoped for a Featurebase integration, covering core read operations and a specialized query without being overwhelming or insufficient.

Completeness3/5

The tool set covers reading and searching well, but lacks any write operations (create, update, delete) for posts or comments, which are typical for a feedback board.

Maintenance

ActivitySlowing
ResponsivenessNo issues