Skip to main content
Glama
bucketeer-io

Bucketeer MCP Server

Official
by bucketeer-io

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BUCKETEER_HOSTYesThe host URL for the Bucketeer API (e.g. api.bucketeer.io)
BUCKETEER_API_KEYYesYour Bucketeer API key with appropriate permissions (READ, WRITE, or ADMIN)
BUCKETEER_ENVIRONMENT_IDYesYour Bucketeer environment ID

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
listFeatureFlagsC

List all feature flags in the specified environment

createFeatureFlagC

Create a new feature flag in the specified environment

getFeatureFlagC

Get a specific feature flag by ID

updateFeatureFlagC

Update an existing feature flag

archiveFeatureFlagC

Archive a feature flag (make it inactive)

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 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no ambiguity: archive, create, get, list, and update are all unique actions targeting feature flags. The descriptions reinforce this by specifying distinct operations (e.g., 'make it inactive' vs. 'create a new feature flag'), making misselection unlikely.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., archiveFeatureFlag, createFeatureFlag) with identical casing (camelCase) and the same noun ('FeatureFlag') throughout. This predictable pattern enhances readability and agent usability.

Tool Count5/5

With 5 tools, the count is well-scoped for managing feature flags, covering core CRUD operations (create, get, update, list) plus archiving. Each tool earns its place without bloat, aligning with typical server scopes of 3-15 tools for focused domains.

Completeness5/5

The tool set provides complete lifecycle coverage for feature flags: creation, retrieval (get and list), updating, and archiving (deactivation). No obvious gaps exist, as agents can perform all essential operations without dead ends in this domain.

Maintenance

ActivityStale
ResponsivenessNo issues