Skip to main content
Glama

Bucketeer MCP Server

Official
by bucketeer-io

getFeatureFlag

Retrieve a specific feature flag by ID to manage feature rollouts and toggle functionality in your application based on environment and version requirements.

Instructions

Get a specific feature flag by ID

Input Schema

NameRequiredDescriptionDefault
environmentIdNoEnvironment ID (uses default if not provided)
featureVersionNoSpecific version of the feature to retrieve
idYesThe ID of the feature flag to retrieve

Input Schema (JSON Schema)

{ "properties": { "environmentId": { "description": "Environment ID (uses default if not provided)", "type": "string" }, "featureVersion": { "description": "Specific version of the feature to retrieve", "type": "number" }, "id": { "description": "The ID of the feature flag to retrieve", "type": "string" } }, "required": [ "id" ], "type": "object" }

Other Tools from Bucketeer MCP Server

Related Tools

    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/bucketeer-io/bucketeer-mcp'

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