Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FEATUREBASE_API_KEYYesYour FeatureBase API key
FEATUREBASE_ORG_URLNoYour organization's FeatureBase URL (e.g., "https://feedback.spacelift.io"). Required only if using resolve_post_slug tool.
FEATUREBASE_BASE_URLNoCustom API base URL (defaults to "https://do.featurebase.app/v2")https://do.featurebase.app/v2

Tools

Functions exposed to the LLM to take actions

NameDescription
list_posts

List posts with optional filtering. Available fields: id, title, content, author, authorId, authorPicture, commentsAllowed, organization, upvotes, upvoted, postCategory(category,private,prefill,roles,hiddenFromRoles,id), postTags(name,color,private,id), postStatus(name,color,type,isDefault,id), date, lastModified, comments, isSubscribed, inReview, lastDraggedTimestamps

create_post

Create a new post

update_post

Update an existing post

delete_post

Delete a post permanently

get_post_upvoters

Get list of users who upvoted a post

add_upvoter

Add an upvoter to a post

get_comments

Get comments for a post or changelog. Available fields: upvoted, downvoted, inReview, isSpam, pinned, emailSent, sendNotification, organization, submission, author, authorId, authorPicture, isPrivate, isDeleted, confidenceScore, content, upvotes, downvotes, score, parentComment, path, createdAt, updatedAt, id, replies(upvoted, downvoted, inReview, isSpam, pinned, emailSent, sendNotification, organization, submission, author, authorId, authorPicture, isPrivate, isDeleted, confidenceScore, content, upvotes, downvotes, score, parentComment, path, createdAt, updatedAt, id)

create_comment

Create a new comment or reply

update_comment

Update an existing comment

delete_comment

Delete a comment (soft delete if has replies)

resolve_post_slug

Convert a post slug to post ID and get post details

get_similar_submissions

Find posts similar to the given query text

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/marcinwyszynski/featurebase-mcp'

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