Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FEATUREBASE_API_KEY | Yes | Your FeatureBase API key | |
| FEATUREBASE_ORG_URL | No | Your organization's FeatureBase URL (e.g., "https://feedback.spacelift.io"). Required only if using resolve_post_slug tool. | |
| FEATUREBASE_BASE_URL | No | Custom API base URL (defaults to "https://do.featurebase.app/v2") | https://do.featurebase.app/v2 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |